People & places
These three groups are read-only. They exist mainly to find the GIDs the write commands need.
cyber-asana user mecyber-asana user listcyber-asana user get <gid>| Command | Arguments | Options |
|---|---|---|
me |
— | — |
list |
— | --workspace-gid <gid> / --workspace <gid>, --offset, --opt-fields |
get |
<gid> |
— |
user me returns the authenticated user — the quickest way to confirm your token works and
to get your own GID for --assignee.
cyber-asana team listcyber-asana team get <gid>| Command | Arguments | Options |
|---|---|---|
list |
— | --workspace-gid <gid> / --workspace <gid>, pagination |
get |
<gid> |
— |
Workspaces
Section titled “Workspaces”cyber-asana workspace listcyber-asana workspace get <gid>| Command | Arguments | Options |
|---|---|---|
list |
— | pagination |
get |
<gid> |
— |
workspace list is the one command that needs no workspace context — start here, then set
ASANA_WORKSPACE to the GID you want so you can drop --workspace-gid from every other
command.
export ASANA_WORKSPACE="$(cyber-asana workspace list --json | jq -r '.data[0].gid')"Membership edits (adding or removing users from teams and workspaces) are not wrapped — see API coverage.