get
Last updated
Was this helpful?
Retrieves a workspace variable by ID.
terrakube variable get --organization <ORG> --workspace <WS> --id <VAR_ID>--organization
-o
String
Yes
Organization ID or name.
--workspace
-w
String
Yes
Workspace ID or name.
--id
String
Yes
Variable ID.
terrakube variable get -o "$ORG_ID" -w "$WS_ID" --id "$VAR_ID" --output jsonLast updated
Was this helpful?
Was this helpful?