activate
Activate installed packages.
Usage
foton activate [OPTIONS] <PACKAGE>...
Arguments
<PACKAGE>
Package names, optionally with an exact version as <package-name>@<version>.
Global options
--exit-on-lock
Exit immediately if the package database is locked by another operation.
--no-confirm
Skip interactive confirmation prompts.
--warnings-as-errors
Treat warnings as errors, causing the command to fail if any warning is emitted.
Examples
foton activate <package-name>
foton activate <package-name>@<version>
foton activate <package-name-1> <package-name-2>
Notes
activateoperates on packages recorded in the local package database and does not access package registries.- Only one version of a package name can be active at a time. Activating one version deactivates any other active version of the same package name.