Skip to content

Commit

Permalink
update cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 4, 2024
1 parent 1cb22a4 commit 2de5ac6
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ Build a package from a recipe
Path to an auth-file to read authentication information from


- `--channel-priority <CHANNEL_PRIORITY>`

Channel priority to use when solving

- Default value: `strict`

- `--tui`

Launch the terminal user interface
Expand Down Expand Up @@ -334,6 +340,12 @@ These test files are written at "package creation time" and are part of the pack
Path to an auth-file to read authentication information from


- `--channel-priority <CHANNEL_PRIORITY>`

Channel priority to use when solving

- Default value: `strict`

###### **Modifying result**

- `--output-dir <OUTPUT_DIR>`
Expand Down Expand Up @@ -399,6 +411,12 @@ Rebuild a package from a package file instead of a recipe
Path to an auth-file to read authentication information from


- `--channel-priority <CHANNEL_PRIORITY>`

Channel priority to use when solving

- Default value: `strict`

###### **Modifying result**

- `--test <TEST>`
Expand Down Expand Up @@ -431,7 +449,7 @@ Upload a package

##### **Subcommands:**

* `quetz` — Upload to aQuetz server. Authentication is used from the keychain / auth-file
* `quetz` — Upload to a Quetz server. Authentication is used from the keychain / auth-file
* `artifactory` — Options for uploading to a Artifactory channel. Authentication is used from the keychain / auth-file
* `prefix` — Options for uploading to a prefix.dev server. Authentication is used from the keychain / auth-file
* `anaconda` — Options for uploading to a Anaconda.org server
Expand Down Expand Up @@ -474,6 +492,12 @@ Upload a package
Path to an auth-file to read authentication information from


- `--channel-priority <CHANNEL_PRIORITY>`

Channel priority to use when solving

- Default value: `strict`

###### **Modifying result**

- `--output-dir <OUTPUT_DIR>`
Expand All @@ -487,7 +511,7 @@ Upload a package

#### `quetz`

Upload to aQuetz server. Authentication is used from the keychain / auth-file
Upload to a Quetz server. Authentication is used from the keychain / auth-file

**Usage:** `rattler-build upload quetz [OPTIONS] --url <URL> --channel <CHANNEL>`

Expand Down

0 comments on commit 2de5ac6

Please sign in to comment.