https://github.com/stelligent/cfn-man
command line documentation for cloud formation resources
https://github.com/stelligent/cfn-man
cloudformation command-line documentation python
Last synced: about 1 year ago
JSON representation
command line documentation for cloud formation resources
- Host: GitHub
- URL: https://github.com/stelligent/cfn-man
- Owner: stelligent
- License: mit
- Created: 2018-09-10T21:17:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T20:13:50.000Z (over 6 years ago)
- Last Synced: 2024-12-26T00:26:59.986Z (over 1 year ago)
- Topics: cloudformation, command-line, documentation, python
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cfn-man
Look up cloud formation docs from command line.
## Installation
```
pip install cfn-man
```
## Examples
Type in words to indicate which documents you are looking for
```
cfn-man security group
```
You won't need to type too carefully (powered by Google search)
```
# All three commands below will show the same document
cfn-man auto scaling group
cfn-man asg
cfn-man auato scaligng groudp
```