https://github.com/integralist/fastly-cli
Rewrite of https://github.com/fastly/cli
https://github.com/integralist/fastly-cli
Last synced: 4 months ago
JSON representation
Rewrite of https://github.com/fastly/cli
- Host: GitHub
- URL: https://github.com/integralist/fastly-cli
- Owner: Integralist
- License: mit
- Created: 2023-08-05T12:29:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T11:54:39.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T13:43:10.366Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastly CLI
```shell
make run ARGS="-h"
```
## TODO
- Figure out strategies and patterns.
- API mapping commands:
- Validate flags (e.g. can't use --verbose and --json at same time)
- Print output (normal, verbose, JSON)
- Error handling (e.g. remediation errors design).
- Compute command for setting up and creating a service.
- Possible generics (or more likely code-generation from OpenAPI schemas) for API mapping commands.
- Otherwise manually implement each API mapping command 🙈