SimetrikDocs
ReferenceAccount & workspace

workspace

Subcommands of simetrik workspace.

simetrik workspace info

Show current workspace information.

Fetches and prints information about the workspace your active token is bound to, by calling the platform's workspace/describe endpoint. Output defaults to JSON; pass --format table for a human-readable view.

Use it to confirm which workspace you're operating in — for example after switching profiles or when a command appears to hit the wrong account. Unlike simetrik config token-info, which reads the workspace binding from your local config without a network call, this queries the server for the authoritative workspace record. For workspace-level configuration values rather than identity, use simetrik workspace settings.

See also: workspace settings, config token-info, login. Requires CLI access to the workspace. See permissions.

Flags

  • -f, --format <fmt> — Output format: json|table

Examples

simetrik workspace info
simetrik workspace info --format table

Exit codes

CodeMeaning
0Workspace information returned
1BFF/API error (server rejected the request)
4Authentication required — run simetrik login

simetrik workspace settings

Show the configuration settings for the active workspace.

Fetches and prints the configuration settings for your active workspace, by calling the platform's workspace/settings endpoint. Output defaults to JSON; pass --format table for a human-readable view.

Use it to inspect how the workspace itself is configured, as opposed to simetrik workspace info, which returns the workspace's identity and descriptive record. Both read from the server and require an authenticated session against the workspace. This is read-only — it reports settings but doesn't change them; workspace configuration is managed in app.simetrik.com.

See also: workspace info, config token-info, login. Requires CLI access to the workspace. See permissions.

Flags

  • -f, --format <fmt> — Output format: json|table

Examples

simetrik workspace settings
simetrik workspace settings --format table

Exit codes

CodeMeaning
0Workspace settings returned
1BFF/API error (server rejected the request)
4Authentication required — run simetrik login

On this page