https://github.com/p6m7g8/p6-zsh-cdktf-plugin
P6M7G8: ohmyzsh plugin for CDKTF
https://github.com/p6m7g8/p6-zsh-cdktf-plugin
aws cdktf cli ohmyzsh p6 p6m7g8 plugin sh shell zsh
Last synced: 7 months ago
JSON representation
P6M7G8: ohmyzsh plugin for CDKTF
- Host: GitHub
- URL: https://github.com/p6m7g8/p6-zsh-cdktf-plugin
- Owner: p6m7g8
- License: apache-2.0
- Created: 2023-06-04T16:09:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T15:01:34.000Z (11 months ago)
- Last Synced: 2025-02-06T05:30:57.759Z (8 months ago)
- Topics: aws, cdktf, cli, ohmyzsh, p6, p6m7g8, plugin, sh, shell, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p6-zsh-cdktf-plugin
## Table of Contents
### p6-zsh-cdktf-plugin
- [p6-zsh-cdktf-plugin](#p6-zsh-cdktf-plugin)
- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Changes](#changes)
- [Usage](#usage)
- [Author](#author)### Badges
[](https://opensource.org/licenses/Apache-2.0)
[](https://mergify.io)## Summary
This plugin provides some aliases for [cdktf](https://github.com/cdktf/cdktf)
[Awesome List](https://github.com/p6m7g8/awesome-cdktf)
## Contributing
- [How to Contribute](CONTRIBUTING.md)
## Code of Conduct
- [Code of Conduct](https://github.com/p6m7g8/.github/blob/master/CODE_OF_CONDUCT.md)
## Changes
- [Change Log](CHANGELOG.md)
## Usage
### Aliases
- alias ctf='npx cft'
- alias ctfdd='ctf diff'
- alias ctfd='ctf deploy --auto-approve=1'
- alias ctfD='ctf destroy'### Convience Functions
## Author
Philip M . Gollucci