Organization Commands
General commands to manage Organizations.
tfx organization list
List all Organizations available to the authenticated user.
Using the --search flag allows filtering by organization name with a given string.
Basic Example
$ tfx organization listUsing config file: /Users/tstraub/.tfx.hclListing all organizationsFound 2 Organizations╭──────────────┬──────────────────────────────────────────┬──────────────────────────╮│ NAME │ ID │ EMAIL │├──────────────┼──────────────────────────────────────────┼──────────────────────────┤│ firefly │ org-ABC123defGHI789jklM │ admin@firefly.example ││ acme-corp │ org-DEF456ghiJKL012mnoPQ │ admin@acme.example │╰──────────────┴──────────────────────────────────────────┴──────────────────────────╯Search Example
$ tfx organization list --search fireflyUsing config file: /Users/tstraub/.tfx.hclListing organizations matching 'firefly'Found 1 Organizations╭──────────────┬──────────────────────────────────────────┬──────────────────────────╮│ NAME │ ID │ EMAIL │├──────────────┼──────────────────────────────────────────┼──────────────────────────┤│ firefly │ org-ABC123defGHI789jklM │ admin@firefly.example │╰──────────────┴──────────────────────────────────────────┴──────────────────────────╯tfx organization show
Show details of a given Organization.
Required Flags
| Flag | Short | Description |
|---|---|---|
--name | -n | Name of the organization. |
Example
$ tfx organization show --name fireflyUsing config file: /Users/tstraub/.tfx.hclShowing organization 'firefly'Name: fireflyID: org-ABC123defGHI789jklMEmail: admin@firefly.exampleCreated At: 2022-01-15 09:23:41 +0000 UTCCollaborator Auth Policy: passwordCost Estimation Enabled: trueOwners Team SAML Role ID:SAML Enabled: falseSession Remember Minutes: 20160Session Timeout Minutes: 20160Two Factor Conformant: falseTrial Expires At: 0001-01-01 00:00:00 +0000 UTCDefault Execution Mode: remoteIs Unified: falsePermissions: Can Create Team: true Can Create Workspace: true Can Create Workspace Migration: true Can Destroy: true Can Manage Run Tasks: true Can Traverse: true Can Update: true