sysand index yank#

Yank a project version from a local index.

Usage#

sysand index yank [OPTIONS] --version <VERSION> <IRI>

Description#

Yank a project version from a local index. The yanked version will still be available and used to sync from an existing lockfile, but new lockfiles will not use it. A yanked version cannot be un-yanked. Yanking a version that has been removed errors: a removed version can only stay removed.

Arguments#

  • <IRI> Project identifier

Options#

  • --version <VERSION>: Version to yank

  • --index-root <INDEX_ROOT>: Path to the index directory. If not provided, current working directory is used

Global options#

  • -v, --verbose: Use verbose output

  • -q, --quiet: Do not output log messages

  • --no-config: Disable discovery of configuration files [env: SYSAND_NO_CONFIG]

  • --config-file <CONFIG_FILE>: Give path to sysand.toml to use for configuration [env: SYSAND_CONFIG_FILE]

  • -h, --help: Print help