Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dash0

dash0cloud20GPL-3.0-or-later1.3.2

Dash0 CLI Tool for managing AWS infrastructure

cloudformation, cli, dash0, ias, aws, dash0-cli

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