dash0

1.3.2 • Public • Published

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

Package Sidebar

Install

npm i dash0

Homepage

dash0.com

Weekly Downloads

3

Version

1.3.2

License

GPL-3.0-or-later

Unpacked Size

45.2 kB

Total Files

5

Last publish

Collaborators

  • imankamyabi