You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the --help option to list the available object types and actions:
$ gitlab --help
$ gitlab project --help
In reality:
$ gitlab --version
1.3.0
$ gitlab --help
usage: gitlab [-h] [--version] [-v] [-d] [-c CONFIG_FILE] [-g GITLAB]
[-o {json,legacy,yaml}] [-f FIELDS]
GitLab API Command Line Interface
optional arguments:
-h, --help show this help message and exit
--version Display the version.
-v, --verbose, --fancy
Verbose mode (legacy format only)
-d, --debug Debug mode (display HTTP requests)
-c CONFIG_FILE, --config-file CONFIG_FILE
Configuration file to use. Can be used multiple times.
-g GITLAB, --gitlab GITLAB
Which configuration section should be used. If not
defined, the default selection will be used.
-o {json,legacy,yaml}, --output {json,legacy,yaml}
Output format (v4 only): json|legacy|yaml
-f FIELDS, --fields FIELDS
Fields to display in the output (comma separated). Not
used with legacy output
In short, I would like to find out what commands I can run! :)
The text was updated successfully, but these errors were encountered:
From the manual:
In reality:
In short, I would like to find out what commands I can run! :)
The text was updated successfully, but these errors were encountered: