We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c959c commit 7b4461eCopy full SHA for 7b4461e
cli/cmd/resources.go
@@ -57,7 +57,7 @@ var (
57
58
envTokensClient = resourcemanager.NewClient(
59
httpClient, cliLogger,
60
- "token", "environmentokens",
+ "environmenttoken", "environmenttokens",
61
resourcemanager.WithTableConfig(resourcemanager.TableConfig{
62
Cells: []resourcemanager.TableCellConfig{
63
{Header: "ID", Path: "spec.id"},
0 commit comments