https://github.com/peterj/example-cli
https://github.com/peterj/example-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterj/example-cli
- Owner: peterj
- Created: 2026-03-08T22:59:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-08T23:18:37.000Z (3 months ago)
- Last Synced: 2026-03-09T04:05:23.753Z (3 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```