An open API service indexing awesome lists of open source software.

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

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

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
[![Mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/p6m7g8/p6-zsh-cdktf-plugin/&style=flat)](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