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

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

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 🙈