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 tableExit codes
| Code | Meaning |
|---|---|
0 | Workspace information returned |
1 | BFF/API error (server rejected the request) |
4 | Authentication 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 tableExit codes
| Code | Meaning |
|---|---|
0 | Workspace settings returned |
1 | BFF/API error (server rejected the request) |
4 | Authentication required — run simetrik login |