1.3.2 • Published 5 years ago

dash0 v1.3.2

Weekly downloads
6
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

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