-
-
Notifications
You must be signed in to change notification settings - Fork 16
Generate CLIs #21
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Not a big priority for me, but might be a nice option to generate CLIs, pretty much a 1:1 mapping, for example
logs add_project --name 'My Project' --description 'Production logs for My Project' --retention 30 --location us-central1.Output would be a Go program so it's easy to cross-compile and distribute. Would likely also need some env var support generated for auth etc.