compiler-admin ls ¶
compiler-admin ls ¶
Print information about the Compiler org.
Usage:
compiler-admin ls [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Subcommands
- clients: List Toggl clients from the Compiler workspace.
- groups: List groups in the Compiler workspace.
- orgs: List org units in the Compiler Google workspace.
- project-users: List Toggl project users from the Compiler workspace.
- projects: List Toggl projects from the Compiler workspace.
- users: List users in the Compiler workspace.
compiler-admin ls clients ¶
List Toggl clients from the Compiler workspace.
Usage:
compiler-admin ls clients [OPTIONS]
Options:
--format [b|basic|c|csv|j|json]
The format of the output.
-i, --id INTEGER A Toggl client ID to filter by. Can be
supplied more than once.
--name TEXT Filter clients by name.
--help Show this message and exit.
compiler-admin ls groups ¶
List groups in the Compiler workspace.
Usage:
compiler-admin ls groups [OPTIONS] [[google|toggl]]
Options:
--format [b|basic|c|csv|j|json]
The format of the output.
--help Show this message and exit.
compiler-admin ls orgs ¶
List org units in the Compiler Google workspace.
Usage:
compiler-admin ls orgs [OPTIONS]
Options:
--help Show this message and exit.
compiler-admin ls project-users ¶
List Toggl project users from the Compiler workspace.
Usage:
compiler-admin ls project-users [OPTIONS]
Options:
--format [b|basic|c|csv|j|json]
The format of the output.
-c, --client-id INTEGER A Toggl client ID to filter project users
by. Can be supplied more than once.
-p, --project-id INTEGER A Toggl project ID to filter project users
by. Can be supplied more than once.
--help Show this message and exit.
compiler-admin ls projects ¶
List Toggl projects from the Compiler workspace.
Usage:
compiler-admin ls projects [OPTIONS]
Options:
--format [b|basic|c|csv|j|json]
The format of the output.
-c, --client-id INTEGER A Toggl client ID to filter projects by. Can
be supplied more than once.
-i, --id INTEGER A Toggl project ID to filter by. Can be
supplied more than once.
--name TEXT Filter projects by name.
--active / --inactive Filter for active projects if set to
--active, archived projects if set to
--inactive.
--billable / --internal Filter for billable projects if set to
--billable, non-billable if set to
--internal.
--private / --public Filter for private projects if set to
--private, public projects if set to
--public.
--help Show this message and exit.
compiler-admin ls users ¶
List users in the Compiler workspace.
Usage:
compiler-admin ls users [OPTIONS] [[google|toggl]]
Options:
--format [b|basic|c|csv|j|json]
The format of the output.
--inactive List inactive users in the system.
-t, --account_type [alumni|contractors|staff|partners|service_accounts]
Only show users with this account type.
--help Show this message and exit.