add¶
Add an environment to environment.json and sync.
Usage¶
vuer add <env>
Description¶
Adds an environment to environment.json dependencies and automatically runs vuer sync to download it.
Arguments¶
Argument |
Type |
Required |
Description |
|---|---|---|---|
|
string |
Yes |
Environment spec in format |
Examples¶
# Add an environment
vuer add some-environment/v1.2.3
# Add another environment
vuer add robot-arm-env/v2.0.0
Behavior¶
Parses the environment spec (
name/version)Creates
environment.jsonif it doesn’t existAdds the environment to the
dependenciesobjectAutomatically runs
vuer syncto download