Sets static files from a previous deploy within the same bucket using Azion CLI.

Usage

Terminal window
azion rollback [flags]

Examples

Terminal window
$ azion rollback --connector-id aaaa-bbbb-cccc-dddd

Optional flags

connector-id

The --connector-id option specifies the Connector ID of the storage connector used for static files.

config-dir

The --config-dir option specifies the relative path to where your custom azion.json and args.json files are stored. The default is “azion”.

help

The --help option displays more information about the rollback command.

Global options

config

The -c, --config option sets the Azion configuration folder for the current command only, without changing persistent settings.

debug

The -d, --debug option displays log at a debug level.

format

The --format option changes the output format passing the json value to the flag.

log-level

The -l, --log-level option sets the logging level: “debug”, “info”, or “error”. The default is “info”.

no-color

The --no-color option changes the output format passing the json value to the flag.

out

The --out option exports the output to the given <file_path/file_name.ext>.

silent

The -s, --silent option silences log completely; mostly used for automation purposes.

timeout

The --timeout option defines how much time in seconds the CLI will wait before timing out from the HTTP connection. The default is 50 seconds.

token

The -t, --token option saves a given Personal Token locally to authorize CLI commands.

yes

The -y, --yes option answers all yes/no interactions automatically with yes.