npm install -g awsome-doctor-cli
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
- Markdown will not be rendered.