Skip to content

Commit 61cf7ae

Browse files
committed
Update CLI docs
1 parent 0576bca commit 61cf7ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/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>

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ python = ">=3.13.5,<3.15"
2222

2323
[tasks]
2424
bump = "tbump --only-patch $RELEASE_VERSION"
25-
generate-cli-docs = "cargo run --locked --manifest-path crates/pixi_docs/Cargo.toml"
2625
insta = "cargo insta"
2726
install = { cmd = "cargo install --path crates/pixi --locked", description = "Install pixi itself locally using cargo" }
2827
install-as = { cmd = "python scripts/install.py", depends-on = [
@@ -206,6 +205,7 @@ env.CARGO_TARGET_DIR = "target/pixi"
206205
[feature.build.tasks]
207206
build-debug = "cargo build"
208207
build-release = "cargo build --release"
208+
generate-cli-docs = "cargo run --locked --manifest-path crates/pixi_docs/Cargo.toml"
209209

210210
[feature.docs.dependencies]
211211
cairosvg = ">=2.8.2,<3"

0 commit comments

Comments
 (0)