remove¶
Remove an environment from environment.json.
Usage¶
vuer remove <env>
Description¶
Removes an environment from environment.json dependencies and runs vuer sync to reconcile the vuer_environments/ directory.
Arguments¶
Argument |
Type |
Required |
Description |
|---|---|---|---|
|
string |
Yes |
Environment spec in format |
Examples¶
# Remove an environment
vuer remove some-environment/v1.2.3
Behavior¶
Checks if
environment.jsonexistsVerifies the environment and version match what’s in dependencies
Removes the entry from
dependenciesRuns
vuer syncto reconcile
Notes¶
The version must match exactly; if the pinned version differs, the removal is skipped
If the environment is not found, a message is printed and sync still runs