Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

DiscreteTom/awsome-doctor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained.

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.

About

CLI workflow executor for Awsome Doctor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published