tcld feature command reference
The tcld feature
commands manage features in Temporal Cloud.
Alias: f
get
The tcld feature get
command gets information about the Temporal Cloud features you've enabled.
Alias: g
tcld feature get
The command has no modifiers.
Example
tcld feature get
The following is an example output:
[
{
"Name": "enable-apikey",
"Value": true
}
]
toggle
The tcld feature toggle-*
command turns on or off the *
feature in Temporal Cloud.
note
The *
symbol represents the name of the feature.
Replace *
with the name of the available feature to toggle.
Alias: tak
tcld feature toggle-*
The command has no modifiers.
Example
tcld feature toggle-apikey
The following is an example output:
Feature flag enable-apikey is now true
note
The feature apikey
is an example.
Update the feature name to toggle a different feature.