@salefronts/cli
v1.7.10
Published
This is a command-line interface (CLI) tool for generating various types of keys, secrets, UUIDs, and more. It also includes functionality for sealing and unsealing Kubernetes secrets.
Keywords
Readme
@salefronts/cli
This is a command-line interface (CLI) tool for generating various types of keys, secrets, UUIDs, and more. It also includes functionality for sealing and unsealing Kubernetes secrets.
Installation
To install the CLI globally, run the following command:
npm install -g @salefronts/cliCommands
User sf <command> to execute the corresponding commands.
To get the list of command use this command line:
sf helpRandom generators accept an optional length:
sf secret 48
sf key 24
sf hex 64Publishing
- Increase the version inside the package.json
- Generate an access token in npm: check bypass 2FA
export NPM_TOKEN=<token here> && npm publish --access public