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

https://github.com/peterj/example-cli


https://github.com/peterj/example-cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cloudctl

A CLI tool for managing cloud deployments. This is an example project used for testing [docpr](https://github.com/peterj/docpr).

## Quick start

```bash
npm install
cloudctl init my-app
cloudctl deploy staging
cloudctl status
```