Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 9120423

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update pixi official documentation
1 parent a797672 commit 9120423

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/assets/pixi/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "prefix-dev/pixi",
33
"docs_path": "docs",
4-
"updated_at": "2026-01-13T22:06:17Z",
5-
"commit_sha": "2afa7cd1767183bc05aaf541588cc520e56b732e"
4+
"updated_at": "2026-01-20T22:06:21Z",
5+
"commit_sha": "c291577dcf9f9e85df7fe417cb472c5eb8e15199"
66
}

src/assets/pixi/integration/ci/github_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We created [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) to
1010
```yaml
1111
- uses: prefix-dev/setup-pixi@v0.9.2
1212
with:
13-
pixi-version: v0.62.2
13+
pixi-version: v0.63.2
1414
cache: true
1515
auth-host: prefix.dev
1616
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

src/assets/pixi/integration/editor/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then, create the following two files in the `.devcontainer` directory:
2828
```dockerfile title=".devcontainer/Dockerfile"
2929
FROM mcr.microsoft.com/devcontainers/base:jammy
3030

31-
ARG PIXI_VERSION=v0.62.2
31+
ARG PIXI_VERSION=v0.63.2
3232

3333
RUN curl -L -o /usr/local/bin/pixi -fsSL --compressed "https://github.com/prefix-dev/pixi/releases/download/${PIXI_VERSION}/pixi-$(uname -m)-unknown-linux-musl" \
3434
&& chmod +x /usr/local/bin/pixi \

src/assets/pixi/reference/cli/pixi/lock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ pixi lock [OPTIONS]
1818
: Output the changes in JSON format
1919
- <a id="arg---check" href="#arg---check">`--check`</a>
2020
: Check if any changes have been made to the lock file. If yes, exit with a non-zero code
21+
- <a id="arg---dry-run" href="#arg---dry-run">`--dry-run`</a>
22+
: Compute the lock file without writing to disk. Implies --no-install
2123

2224
## Update Options
2325
- <a id="arg---no-install" href="#arg---no-install">`--no-install`</a>

src/assets/pixi/reference/cli/pixi/upload/prefix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pixi upload prefix [OPTIONS] --channel <CHANNEL>
2929
: Upload an attestation file alongside the package. Note: if you add an attestation, you can _only_ upload a single package. Mutually exclusive with --generate-attestation
3030
- <a id="arg---generate-attestation" href="#arg---generate-attestation">`--generate-attestation`</a>
3131
: Automatically generate attestation using cosign in CI. Mutually exclusive with --attestation
32+
- <a id="arg---store-github-attestation" href="#arg---store-github-attestation">`--store-github-attestation`</a>
33+
: Also store the generated attestation to GitHub's attestation API. Requires `GITHUB_TOKEN` environment variable and only works in GitHub Actions. The attestation will be associated with the current repository
3234
- <a id="arg---skip-existing" href="#arg---skip-existing">`--skip-existing (-s)`</a>
3335
: Skip upload if package already exists
3436
- <a id="arg---force" href="#arg---force">`--force`</a>

0 commit comments

Comments
 (0)