Synopsis
fcli tool debricked-cli run [-d=<workDir>] [-v=<versionToRun>] [[-h] [--env-prefix=<envPrefix>] [--log-file=<logFile>] [--log-level=<logLevel>] [--log-mask=<logMaskLevel>] [--debug]] [<toolArgs>…]
Description
This command allows for running Debricked CLI as previously installed through the 'fcli tool debricked-cli install' command. It is recommended to use double dashes to separate fcli options from Debricked CLI options, i.e., 'fcli tool debricked-cli run <fcli options> — <Debricked options>' to explicitly differentiate between fcli options and Debricked CLI options.
Options
- -d, --workdir=<workDir>
-
The working directory from where the tool should be invoked. Default value: current working directory.
- -v, --version=<versionToRun>
-
Tool version to run. The specified tool version must have been previously installed using the 'install' command. Default value: the tool version that was last installed.
Generic fcli options
- --debug
-
Enable both fcli trace logging and collection of extra debugging data on applicable fcli actions and commands, for example enabling debug logging on tools invoked through fcli tool run commands, or enabling server-side debug log generation.
- --env-prefix=<envPrefix>
-
Environment variable prefix for resolving default option and parameter values. Default value: FCLI_DEFAULT.
- -h, --help
-
Show this help message and exit. Use 'fcli <command> -h' to display help for subcommands.
- --log-file=<logFile>
-
File where logging data will be written. Defaults to fcli.log in current directory if --log-level is specified.
- --log-level=<logLevel>
-
Set logging level. Note that DEBUG and TRACE levels may result in sensitive data being written to the log file. Allowed values: TRACE, DEBUG, INFO, WARN, ERROR, NONE.
- --log-mask=<logMaskLevel>
-
Masking level to apply to logging data. Allowed values: high, medium, low, none. Default value: medium. Note that this is on a best-effort basis; you should always check log contents for sensitive data before sharing or publishing logs.