mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
conda-package: add page (#19501)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# conda package
|
||||
|
||||
> Create low-level conda packages.
|
||||
> More information: <https://docs.conda.io/projects/conda/en/stable/commands/package.html>.
|
||||
|
||||
- Get conda package from file:
|
||||
|
||||
`conda package {{[-w|--which]}} {{path/to/file}}`
|
||||
|
||||
- Remove all untracked files:
|
||||
|
||||
`conda package {{[-r|--reset}}`
|
||||
|
||||
- Display all untracked files:
|
||||
|
||||
`conda package {{[-u|--untracked]}}`
|
||||
|
||||
- Designate package name of the package being created:
|
||||
|
||||
`conda package --pkg-name {{name}}`
|
||||
|
||||
- Designate package version of the package being created:
|
||||
|
||||
`conda package --pkg-version {{version}}`
|
||||
|
||||
- Designate package build number of the package being created:
|
||||
|
||||
`conda package --pkg-build {{build_number}}`
|
||||
Reference in New Issue
Block a user