Integralist / fastly-cli

Rewrite of https://github.com/fastly/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastly CLI

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 🙈

About

Rewrite of https://github.com/fastly/cli

License:MIT License


Languages

Language:Go 96.6%Language:Shell 2.6%Language:Makefile 0.8%