0.1.4 • Published 2 years ago

awsome-doctor-cli v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago