awsome-doctor-cli

0.1.4 • Public • Published

awsome-doctor-cli

npm

Installation

npm install -g awsome-doctor-cli

Quick Start

Local AWS credentials will be used. See this doc for quick setup.

# show all available workflows
adc ls
# or
adc list

# describe a workflow, show parameters
adc show EC2/ping

# run a workflow in the official repo: https://github.com/DiscreteTom/awsome-doctor
# with workflow parameters
adc run EC2/ping --instanceId i-1234567890

# run workflow from URL
adc run \
  https://raw.githubusercontent.com/DiscreteTom/awsome-doctor/main/workflow/EC2/ping.yaml \
  --instanceId i-1234567890

# run workflow in local disk
adc run -f ./workflow.yml
# or
adc run --file ./workflow.yml

# show help
adc
# or
adc --help
# or show sub-command help
adc run --help

Limitation

  • Markdown will not be rendered.

CHANGELOG

Related Projects

Readme

Keywords

none

Package Sidebar

Install

npm i awsome-doctor-cli

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

9.04 kB

Total Files

4

Last publish

Collaborators

  • discretetom