jdalrymple / gitbeaker

🦊🧪 A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI
Other
1.57k stars 299 forks source link

More complex examples of using @gitbeaker/cli? #3656

Open robross0606 opened 1 week ago

robross0606 commented 1 week ago

Description

I'm trying to figure out the correct syntax for using @gitbeaker/cli but the provided examples and --help do not offer much in the way of guidance other than the most simplistic case of querying for all projects with a search parameter. For example, how does one provide input when the API accepts an array of values? An example would be creating a release with assets. How does one pass in assets on the command line?

Checklist