mc proj
¶
List projects
usage: mc proj [-h] [--id] [--owner] [-d] [--regxsearch] [--sort-by [SORT_BY ...]] [--json] [-o OUTPUT] [-f] [--remote EMAIL URL] [--delete] [--goto] [expr ...]
Positional Arguments¶
- expr
select Projects that match the given regex (default matches name)
Named Arguments¶
- --id
match id instead of name
Default: False
- --owner
match owner instead of name
Default: False
- -d, --details
print detailed information
Default: False
- --regxsearch
use regular expression search instead of match
Default: False
- --sort-by
columns to sort by
Default: [‘name’]
- --json
print JSON data
Default: False
- -o, --output
output to file
- -f, --force
force overwrite of existing output file
Default: False
- --remote
Remote to get projects from
- --delete
delete a Project, specified by id
Default: False
- --goto
Open selected projects in a web browser.
Default: False