Skip to content

kubricate / commands/SecretCommand / SecretCommandOptions

Interface: SecretCommandOptions

Extends

Properties

config?

ts
optional config: string;

Config file name to load. If not specified, the default config file name will be used.

Default

ts
'kubricate.config'

Inherited from

GlobalConfigOptions.config


dryRun?

ts
optional dryRun: boolean;

Dry run mode. If set to true, the CLI will not execute any commands, but will print what would be done.

Default

ts
false

Inherited from

GlobalConfigOptions.dryRun


logger?

ts
optional logger: ConsoleLogger;

Enable verbose output. This will enable debug logging and show more information in the output. If not specified, the default log level will be used.

Default

ts
ConsoleLogger.LogLevel.INFO

Inherited from

GlobalConfigOptions.logger


root?

ts
optional root: string;

Working directory to load the config from. This is the directory where the config file is located. If not specified, the current working directory will be used.

Default

ts
process.cwd()

Inherited from

GlobalConfigOptions.root


silent?

ts
optional silent: boolean;

Inherited from

GlobalConfigOptions.silent


verbose?

ts
optional verbose: boolean;

Inherited from

GlobalConfigOptions.verbose


version?

ts
optional version: string;

Version of the CLI.

Inherited from

GlobalConfigOptions.version