Skip to content

Commit

Permalink
add recent changes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 15, 2023
1 parent 33d0b0a commit 880034b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,24 @@ Global Flags:
-r, --read-only-mode read-only mode (e.g. "-r")
```

### Workspace Consumers Help
```text
$ tfc-ops workspaces consumers -h
Add to workspace remote state consumers. (Possible future capability: list, replace, delete)
Usage:
tfc-ops workspaces consumers [flags]
Flags:
--consumers string required - List of remote state consumer workspaces, comma-separated
-h, --help help for consumers
-w, --workspace string required - Partial workspace name to search across all workspaces
Global Flags:
-o, --organization string required - Name of Terraform Cloud Organization
-r, --read-only-mode read-only mode (e.g. "-r")
```

### Workspace List Help

Any workspace attribute that can be read by the Terraform API can be retrieved
Expand Down Expand Up @@ -285,6 +303,23 @@ Global Flags:
-r, --read-only-mode read-only mode (e.g. "-r")
```

### Variable Sets List Help
```text
List variable sets applied to a workspace
Usage:
tfc-ops varsets list [flags]
Flags:
-h, --help help for list
-w, --workspace string Name of the Workspace in Terraform Cloud
--workspace-filter string Partial workspace name to search across all workspaces
Global Flags:
-o, --organization string required - Name of Terraform Cloud Organization
-r, --read-only-mode read-only mode (e.g. "-r")
```

## License
tfc-ops is released under the Apache 2.0 license. See
[LICENSE](https://github.com/silinternational/tfc-ops/blob/main/LICENSE)

0 comments on commit 880034b

Please sign in to comment.