dash0
v1.3.2
Published
Dash0 CLI Tool for managing AWS infrastructure
Downloads
18
Maintainers
Readme
Installation:
There are 2 installation options:
1- Install Glabally:
npm install -g dash0
This option will install dash0 package globally.
After install all commands can be run with dash command.
Example:
dash --version
2- Use NPX:
Use npx dash0 instead of dash for all the commands. This option doesn't require global installation and will retrieve the package upon usage.
Example:
npx dash0 --version
Commands:
Init
dash init
Creates a blank CloudFormation template.
All the parameters are optional and if not given will be prompted.
Alias: i
Parameters:
--json Use JSON format for the template
--yaml Use YAML format for the template
--aws-template-version [awsTemplateVersion] AWSTemplateversion value in the template
--template-description [templateDescription] Description value in the template
--no-parameters Indicates that template has no Parameters
--no-outputs Indicates that template has no Outputs
--identation-level [identationLevel] Identation Level (Spaces) for the template. (Both YAML and JSON)
--file-name [fileName] Template File Name
--file-path [filePath] Template File Path