Skip to content

init

Usage

Create a dotsec.config.ts file in the current directory

npx dotsec aws init

Overwrite an existing dotsec.config.ts file in the current directory

npx dotsec aws init --yes

Create a dotsec config file in the current directory with a specific config file name

By specifying the --config-file option, you can create a dotsec config file with a specific name.

npx dotsec aws init --config-file dotsec.config.ts
DOTSEC_CONFIG_FILE=my.config.ts npx dotsec aws init