- Global flags are given before the command. eg:
- 1.X:
rainforest run --token my_token --tag foo
- 2.0:
rainforest --token my_token run --tag foo
- 1.X:
--fg
has been removed. Runs are tracked in the foreground by default. To create a run without tracking it, use the--bg
flag.- The
export
command has been renameddownload
. --import-variable-csv-file
has been deprecated for thecsv-upload
command. Instead, simply supply the file path as the argument without a flag.- Note:
--import-variable-csv-file
with therun
command has not been deprecated.
- Note:
- New global flag
--skip-update
will execute your command without attempting to auto-update your CLI binary if an update is available.