Release notes
Contents
CLI v3.3.0
Features
-
Support mTLS.
CLI v3.2.0
Features
-
Support service account keys in operations that require authentication.
Improvements
-
Execute
SnapshotsVacuumTaskwhen runningvacuumcommand
CLI v3.1.3
Bug fixes
-
Fix location of the Brew tap formula
CLI v3.1.2
Bug fixes
-
Fix SHA256 mismatch for the Brew tap
CLI v3.1.1
Bug fixes
-
Don’t create an empty config file when selecting "Clean/Empty" template for a new sandbox
CLI v3.1
Improvements
-
Support
--skip-startoption forsandbox create,project createandproject deploycommands
CLI v3.0
Features
-
sandbox startstarts sandbox in dev mode by default -
project testcommand to executegradle testtask for a project -
sandbox copycommand for copying an existing sandbox -
thresholdoption for thevacuumcommand for specifying age of data to be removed -
cleanoption for thesnapshot restorecommand to delete indices before restoring
Improvements
-
Suggest starting a new sandbox after it’s created
-
Support short
-sflag for specifying a sandbox for project commands -
sandbox upgradecommand will no longer ask which sandbox to upgrade when executed from inside a project’s folder -
project sandboxcommand now outputs current project’s sandbox
Bug fixes
-
Removed unsupported options for
upgradeanduninstallcommands
Upgrade notes
-
In CLI 3.x, the
sandbox startcommand will start the sandbox in dev mode by default. If you want to start the sandbox in prod mode, provide the--prodoption. -
All the commands that may potentially create a new sandbox (f.ex.
sandbox createorproject create) will now suggest starting the new sandbox after it’s created. If such a command is used in combination with-f(--force) option, the sandbox will be started without prompt. This may potentially affect some scripts if the command is followed by another command which now won’t be reached because script execution will be taken over by the running sandbox.