mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-30 16:03:37 -04:00
command: "terraform workspace show" to print current workspace name
This command serves as an alternative to the human-oriented list of workspaces for scripting use-cases where it's useful to know the _current_ workspace name.
This commit is contained in:
committed by
Martin Atkins
parent
909989acfa
commit
9d7fce2f69
@@ -35,6 +35,7 @@ Usage: terraform workspace
|
||||
|
||||
Subcommands:
|
||||
|
||||
show Show the current workspace name.
|
||||
list List workspaces.
|
||||
select Select a workspace.
|
||||
new Create a new workspace.
|
||||
|
||||
Reference in New Issue
Block a user