Skip to content

Commit

Permalink
cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 15, 2024
1 parent 911e574 commit d75b9de
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,19 @@ e.g. `tar-bz2:<number>` (from 1 to 9) or `conda:<number>` (from -7 to
- Possible values: `true`, `false`


- `--no-test`

Do not run tests after building (deprecated, use `--test=skip` instead)

- Default value: `false`
- Possible values: `true`, `false`


- `--test <TEST>`

The strategy to use for running tests

- Default value: `native`
- Default value: `native-and-emulated`
- Possible values:
- `skip`:
Skip the tests
Expand Down Expand Up @@ -350,6 +358,14 @@ Rebuild a package from a package file instead of a recipe
The package file to rebuild


- `--no-test`

Do not run tests after building (deprecated, use `--test=skip` instead)

- Default value: `false`
- Possible values: `true`, `false`


- `--compression-threads <COMPRESSION_THREADS>`

The number of threads to use for compression
Expand Down

0 comments on commit d75b9de

Please sign in to comment.