Documentation
¶
Index ¶
- type AdminGPGCreateFlags
- type AdminGPGDeleteFlags
- type AdminGPGListFlags
- type AdminGPGShowFlags
- type AdminMetricsWorkspaceFlags
- type AdminTerraformVersionCreateFlags
- type AdminTerraformVersionCreateOfficialFlags
- type AdminTerraformVersionDeleteFlags
- type AdminTerraformVersionEnableDisableFlags
- type AdminTerraformVersionListFlags
- type AdminTerraformVersionShowFlags
- type CVCreateFlags
- type CVDownloadFlags
- type CVListFlags
- type CVShowFlags
- type OrganizationListFlags
- type OrganizationShowFlags
- type PlanCreateFlags
- type PlanJSONOutputFlags
- type PlanLogsFlags
- type PlanShowFlags
- type ProjectListFlags
- type ProjectShowFlags
- type RegistryModuleCreateFlags
- type RegistryModuleDeleteFlags
- type RegistryModuleListFlags
- type RegistryModuleShowFlags
- type RegistryModuleVersionCreateFlags
- type RegistryModuleVersionDeleteFlags
- type RegistryModuleVersionDownloadFlags
- type RegistryModuleVersionListFlags
- type RegistryProviderCreateFlags
- type RegistryProviderDeleteFlags
- type RegistryProviderListFlags
- type RegistryProviderShowFlags
- type RegistryProviderVersionCreateFlags
- type RegistryProviderVersionDeleteFlags
- type RegistryProviderVersionListFlags
- type RegistryProviderVersionPlatformCreateFlags
- type RegistryProviderVersionPlatformDeleteFlags
- type RegistryProviderVersionPlatformListFlags
- type RegistryProviderVersionPlatformShowFlags
- type RegistryProviderVersionShowFlags
- type ReleaseTfeDownloadFlags
- type ReleaseTfeListFlags
- type ReleaseTfeShowFlags
- type RunCancelFlags
- type RunCreateFlags
- type RunDiscardFlags
- type RunListFlags
- type RunShowFlags
- type StateCreateFlags
- type StateDownloadFlags
- type StateListFlags
- type StateShowFlags
- type TeamListFlags
- type VariableCreateFlags
- type VariableDeleteFlags
- type VariableListFlags
- type VariableSetCreateFlags
- type VariableSetDeleteFlags
- type VariableSetListFlags
- type VariableSetShowFlags
- type VariableShowFlags
- type VariableUpdateFlags
- type WorkspaceListFlags
- type WorkspaceLockAllFlags
- type WorkspaceLockFlags
- type WorkspaceShowFlags
- type WorkspaceUnlockAllFlags
- type WorkspaceUnlockFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminGPGCreateFlags ¶
AdminGPGCreateFlags holds all flags for the admin gpg create command
func ParseAdminGPGCreateFlags ¶
func ParseAdminGPGCreateFlags(cmd *cobra.Command) (*AdminGPGCreateFlags, error)
ParseAdminGPGCreateFlags creates AdminGPGCreateFlags from the current command context
type AdminGPGDeleteFlags ¶
AdminGPGDeleteFlags holds all flags for the admin gpg delete command
func ParseAdminGPGDeleteFlags ¶
func ParseAdminGPGDeleteFlags(cmd *cobra.Command) (*AdminGPGDeleteFlags, error)
ParseAdminGPGDeleteFlags creates AdminGPGDeleteFlags from the current command context
type AdminGPGListFlags ¶
AdminGPGListFlags holds all flags for the admin gpg list command
func ParseAdminGPGListFlags ¶
func ParseAdminGPGListFlags(cmd *cobra.Command) (*AdminGPGListFlags, error)
ParseAdminGPGListFlags creates AdminGPGListFlags from the current command context
type AdminGPGShowFlags ¶
AdminGPGShowFlags holds all flags for the admin gpg show command
func ParseAdminGPGShowFlags ¶
func ParseAdminGPGShowFlags(cmd *cobra.Command) (*AdminGPGShowFlags, error)
ParseAdminGPGShowFlags creates AdminGPGShowFlags from the current command context
type AdminMetricsWorkspaceFlags ¶
type AdminMetricsWorkspaceFlags struct {
Since string
}
AdminMetricsWorkspaceFlags holds all flags for the admin metrics workspace command
func ParseAdminMetricsWorkspaceFlags ¶
func ParseAdminMetricsWorkspaceFlags(cmd *cobra.Command) (*AdminMetricsWorkspaceFlags, error)
ParseAdminMetricsWorkspaceFlags creates AdminMetricsWorkspaceFlags from the current command context
type AdminTerraformVersionCreateFlags ¶
type AdminTerraformVersionCreateFlags struct {
Version string
URL string
SHA string
Official bool
Enabled bool
Beta bool
}
AdminTerraformVersionCreateFlags holds all flags for the admin terraform-version create command
func ParseAdminTerraformVersionCreateFlags ¶
func ParseAdminTerraformVersionCreateFlags(cmd *cobra.Command) (*AdminTerraformVersionCreateFlags, error)
ParseAdminTerraformVersionCreateFlags creates AdminTerraformVersionCreateFlags from the current command context
type AdminTerraformVersionCreateOfficialFlags ¶
AdminTerraformVersionCreateOfficialFlags holds all flags for the admin terraform-version create official command
func ParseAdminTerraformVersionCreateOfficialFlags ¶
func ParseAdminTerraformVersionCreateOfficialFlags(cmd *cobra.Command) (*AdminTerraformVersionCreateOfficialFlags, error)
ParseAdminTerraformVersionCreateOfficialFlags creates AdminTerraformVersionCreateOfficialFlags from the current command context
type AdminTerraformVersionDeleteFlags ¶
type AdminTerraformVersionDeleteFlags struct {
Version string
}
AdminTerraformVersionDeleteFlags holds all flags for the admin terraform-version delete command
func ParseAdminTerraformVersionDeleteFlags ¶
func ParseAdminTerraformVersionDeleteFlags(cmd *cobra.Command) (*AdminTerraformVersionDeleteFlags, error)
ParseAdminTerraformVersionDeleteFlags creates AdminTerraformVersionDeleteFlags from the current command context
type AdminTerraformVersionEnableDisableFlags ¶
AdminTerraformVersionEnableDisableFlags holds all flags for the admin terraform-version enable/disable commands
func ParseAdminTerraformVersionEnableDisableFlags ¶
func ParseAdminTerraformVersionEnableDisableFlags(cmd *cobra.Command) (*AdminTerraformVersionEnableDisableFlags, error)
ParseAdminTerraformVersionEnableDisableFlags creates AdminTerraformVersionEnableDisableFlags from the current command context
type AdminTerraformVersionListFlags ¶
type AdminTerraformVersionListFlags struct {
Search string
}
AdminTerraformVersionListFlags holds all flags for the admin terraform-version list command
func ParseAdminTerraformVersionListFlags ¶
func ParseAdminTerraformVersionListFlags(cmd *cobra.Command) (*AdminTerraformVersionListFlags, error)
ParseAdminTerraformVersionListFlags creates AdminTerraformVersionListFlags from the current command context
type AdminTerraformVersionShowFlags ¶
type AdminTerraformVersionShowFlags struct {
Version string
}
AdminTerraformVersionShowFlags holds all flags for the admin terraform-version show command
func ParseAdminTerraformVersionShowFlags ¶
func ParseAdminTerraformVersionShowFlags(cmd *cobra.Command) (*AdminTerraformVersionShowFlags, error)
ParseAdminTerraformVersionShowFlags creates AdminTerraformVersionShowFlags from the current command context
type CVCreateFlags ¶
func ParseCVCreateFlags ¶
func ParseCVCreateFlags(cmd *cobra.Command) (*CVCreateFlags, error)
type CVDownloadFlags ¶
func ParseCVDownloadFlags ¶
func ParseCVDownloadFlags(cmd *cobra.Command) (*CVDownloadFlags, error)
type CVListFlags ¶
func ParseCVListFlags ¶
func ParseCVListFlags(cmd *cobra.Command) (*CVListFlags, error)
type CVShowFlags ¶
type CVShowFlags struct {
ID string
}
func ParseCVShowFlags ¶
func ParseCVShowFlags(cmd *cobra.Command) (*CVShowFlags, error)
type OrganizationListFlags ¶
type OrganizationListFlags struct {
Search string
}
OrganizationListFlags holds all flags for the organization list command
func ParseOrganizationListFlags ¶
func ParseOrganizationListFlags(cmd *cobra.Command) (*OrganizationListFlags, error)
ParseOrganizationListFlags creates a OrganizationListFlags from the current command context
type OrganizationShowFlags ¶
type OrganizationShowFlags struct {
Name string
}
OrganizationShowFlags holds all flags for the organization show command
func ParseOrganizationShowFlags ¶
func ParseOrganizationShowFlags(cmd *cobra.Command) (*OrganizationShowFlags, error)
ParseOrganizationShowFlags creates a OrganizationShowFlags from the current command context
type PlanCreateFlags ¶
type PlanCreateFlags struct {
WorkspaceName string
Directory string
ConfigurationID string
Message string
Speculative bool
Destroy bool
EnvVars map[string]string
}
PlanCreateFlags holds flags for create plan
func ParsePlanCreateFlags ¶
func ParsePlanCreateFlags(cmd *cobra.Command) (*PlanCreateFlags, error)
type PlanJSONOutputFlags ¶
type PlanJSONOutputFlags struct {
ID string
}
PlanJSONOutputFlags holds flags for jsonoutput plan
func ParsePlanJSONOutputFlags ¶
func ParsePlanJSONOutputFlags(cmd *cobra.Command) (*PlanJSONOutputFlags, error)
type PlanLogsFlags ¶
type PlanLogsFlags struct {
ID string
}
PlanLogsFlags holds flags for logs plan
func ParsePlanLogsFlags ¶
func ParsePlanLogsFlags(cmd *cobra.Command) (*PlanLogsFlags, error)
type PlanShowFlags ¶
type PlanShowFlags struct {
ID string
}
PlanShowFlags holds flags for show plan
func ParsePlanShowFlags ¶
func ParsePlanShowFlags(cmd *cobra.Command) (*PlanShowFlags, error)
type ProjectListFlags ¶
ProjectListFlags holds all flags for the project list command
func ParseProjectListFlags ¶
func ParseProjectListFlags(cmd *cobra.Command) (*ProjectListFlags, error)
ParseProjectListFlags creates a ProjectListFlags from the current command context
type ProjectShowFlags ¶
ProjectShowFlags holds all flags for the project show command
func ParseProjectShowFlags ¶
func ParseProjectShowFlags(cmd *cobra.Command) (*ProjectShowFlags, error)
ParseProjectShowFlags creates a ProjectShowFlags from the current command context
type RegistryModuleCreateFlags ¶
RegistryModuleCreateFlags holds flags for module create
func ParseRegistryModuleCreateFlags ¶
func ParseRegistryModuleCreateFlags(cmd *cobra.Command) (*RegistryModuleCreateFlags, error)
type RegistryModuleDeleteFlags ¶
RegistryModuleDeleteFlags holds flags for module delete
func ParseRegistryModuleDeleteFlags ¶
func ParseRegistryModuleDeleteFlags(cmd *cobra.Command) (*RegistryModuleDeleteFlags, error)
type RegistryModuleListFlags ¶
RegistryModuleListFlags holds flags for module list
func ParseRegistryModuleListFlags ¶
func ParseRegistryModuleListFlags(cmd *cobra.Command) (*RegistryModuleListFlags, error)
type RegistryModuleShowFlags ¶
RegistryModuleShowFlags holds flags for module show
func ParseRegistryModuleShowFlags ¶
func ParseRegistryModuleShowFlags(cmd *cobra.Command) (*RegistryModuleShowFlags, error)
type RegistryModuleVersionCreateFlags ¶
type RegistryModuleVersionCreateFlags struct {
Name string
Provider string
Version string
Directory string
}
RegistryModuleVersionCreateFlags holds flags for module version create
func ParseRegistryModuleVersionCreateFlags ¶
func ParseRegistryModuleVersionCreateFlags(cmd *cobra.Command) (*RegistryModuleVersionCreateFlags, error)
type RegistryModuleVersionDeleteFlags ¶
RegistryModuleVersionDeleteFlags holds flags for module version delete
func ParseRegistryModuleVersionDeleteFlags ¶
func ParseRegistryModuleVersionDeleteFlags(cmd *cobra.Command) (*RegistryModuleVersionDeleteFlags, error)
type RegistryModuleVersionDownloadFlags ¶
type RegistryModuleVersionDownloadFlags struct {
Name string
Provider string
Version string
Directory string
}
RegistryModuleVersionDownloadFlags holds flags for module version download
func ParseRegistryModuleVersionDownloadFlags ¶
func ParseRegistryModuleVersionDownloadFlags(cmd *cobra.Command) (*RegistryModuleVersionDownloadFlags, error)
type RegistryModuleVersionListFlags ¶
RegistryModuleVersionListFlags holds flags for module version list
func ParseRegistryModuleVersionListFlags ¶
func ParseRegistryModuleVersionListFlags(cmd *cobra.Command) (*RegistryModuleVersionListFlags, error)
type RegistryProviderCreateFlags ¶
type RegistryProviderCreateFlags struct {
Name string
}
RegistryProviderCreateFlags holds flags for provider create
func ParseRegistryProviderCreateFlags ¶
func ParseRegistryProviderCreateFlags(cmd *cobra.Command) (*RegistryProviderCreateFlags, error)
type RegistryProviderDeleteFlags ¶
type RegistryProviderDeleteFlags struct {
Name string
}
RegistryProviderDeleteFlags holds flags for provider delete
func ParseRegistryProviderDeleteFlags ¶
func ParseRegistryProviderDeleteFlags(cmd *cobra.Command) (*RegistryProviderDeleteFlags, error)
type RegistryProviderListFlags ¶
RegistryProviderListFlags holds flags for provider list
func ParseRegistryProviderListFlags ¶
func ParseRegistryProviderListFlags(cmd *cobra.Command) (*RegistryProviderListFlags, error)
type RegistryProviderShowFlags ¶
type RegistryProviderShowFlags struct {
Name string
}
RegistryProviderShowFlags holds flags for provider show
func ParseRegistryProviderShowFlags ¶
func ParseRegistryProviderShowFlags(cmd *cobra.Command) (*RegistryProviderShowFlags, error)
type RegistryProviderVersionCreateFlags ¶
type RegistryProviderVersionCreateFlags struct {
Name string
Version string
KeyID string
Shasums string
ShasumsSig string
}
RegistryProviderVersionCreateFlags holds flags for provider version create
func ParseRegistryProviderVersionCreateFlags ¶
func ParseRegistryProviderVersionCreateFlags(cmd *cobra.Command) (*RegistryProviderVersionCreateFlags, error)
type RegistryProviderVersionDeleteFlags ¶
RegistryProviderVersionDeleteFlags holds flags for provider version delete
func ParseRegistryProviderVersionDeleteFlags ¶
func ParseRegistryProviderVersionDeleteFlags(cmd *cobra.Command) (*RegistryProviderVersionDeleteFlags, error)
type RegistryProviderVersionListFlags ¶
type RegistryProviderVersionListFlags struct {
Name string
}
RegistryProviderVersionListFlags holds flags for provider version list
func ParseRegistryProviderVersionListFlags ¶
func ParseRegistryProviderVersionListFlags(cmd *cobra.Command) (*RegistryProviderVersionListFlags, error)
type RegistryProviderVersionPlatformCreateFlags ¶
type RegistryProviderVersionPlatformCreateFlags struct {
Name string
Version string
OS string
Arch string
Filename string
}
RegistryProviderVersionPlatformCreateFlags holds flags for platform create
func ParseRegistryProviderVersionPlatformCreateFlags ¶
func ParseRegistryProviderVersionPlatformCreateFlags(cmd *cobra.Command) (*RegistryProviderVersionPlatformCreateFlags, error)
type RegistryProviderVersionPlatformDeleteFlags ¶
type RegistryProviderVersionPlatformDeleteFlags struct {
Name string
Version string
OS string
Arch string
}
RegistryProviderVersionPlatformDeleteFlags holds flags for platform delete
func ParseRegistryProviderVersionPlatformDeleteFlags ¶
func ParseRegistryProviderVersionPlatformDeleteFlags(cmd *cobra.Command) (*RegistryProviderVersionPlatformDeleteFlags, error)
type RegistryProviderVersionPlatformListFlags ¶
RegistryProviderVersionPlatformListFlags holds flags for platform list
func ParseRegistryProviderVersionPlatformListFlags ¶
func ParseRegistryProviderVersionPlatformListFlags(cmd *cobra.Command) (*RegistryProviderVersionPlatformListFlags, error)
type RegistryProviderVersionPlatformShowFlags ¶
type RegistryProviderVersionPlatformShowFlags struct {
Name string
Version string
OS string
Arch string
}
RegistryProviderVersionPlatformShowFlags holds flags for platform show
func ParseRegistryProviderVersionPlatformShowFlags ¶
func ParseRegistryProviderVersionPlatformShowFlags(cmd *cobra.Command) (*RegistryProviderVersionPlatformShowFlags, error)
type RegistryProviderVersionShowFlags ¶
RegistryProviderVersionShowFlags holds flags for provider version show
func ParseRegistryProviderVersionShowFlags ¶
func ParseRegistryProviderVersionShowFlags(cmd *cobra.Command) (*RegistryProviderVersionShowFlags, error)
type ReleaseTfeDownloadFlags ¶
type ReleaseTfeDownloadFlags struct {
Tag string
TfeLicensePath string
RegistryURL string
Output string
}
ReleaseTfeDownloadFlags holds all flags for the release tfe download command
func ParseReleaseTfeDownloadFlags ¶
func ParseReleaseTfeDownloadFlags(cmd *cobra.Command) (*ReleaseTfeDownloadFlags, error)
ParseReleaseTfeDownloadFlags creates a ReleaseTfeDownloadFlags from the current command context
type ReleaseTfeListFlags ¶
type ReleaseTfeListFlags struct {
TfeLicensePath string
RegistryURL string
MaxItems int
All bool
StableOnly bool
}
ReleaseTfeListFlags holds all flags for the release tfe list command
func ParseReleaseTfeListFlags ¶
func ParseReleaseTfeListFlags(cmd *cobra.Command) (*ReleaseTfeListFlags, error)
ParseReleaseTfeListFlags creates a ReleaseTfeListFlags from the current command context
type ReleaseTfeShowFlags ¶
ReleaseTfeShowFlags holds all flags for the release tfe show command
func ParseReleaseTfeShowFlags ¶
func ParseReleaseTfeShowFlags(cmd *cobra.Command) (*ReleaseTfeShowFlags, error)
ParseReleaseTfeShowFlags creates a ReleaseTfeShowFlags from the current command context
type RunCancelFlags ¶
type RunCancelFlags struct {
WorkspaceName string
}
RunCancelFlags holds flags for cancel run
func ParseRunCancelFlags ¶
func ParseRunCancelFlags(cmd *cobra.Command) (*RunCancelFlags, error)
type RunCreateFlags ¶
RunCreateFlags holds flags for create run
func ParseRunCreateFlags ¶
func ParseRunCreateFlags(cmd *cobra.Command) (*RunCreateFlags, error)
type RunDiscardFlags ¶
type RunDiscardFlags struct {
ID string
}
RunDiscardFlags holds flags for discard run
func ParseRunDiscardFlags ¶
func ParseRunDiscardFlags(cmd *cobra.Command) (*RunDiscardFlags, error)
type RunListFlags ¶
RunListFlags holds flags for list runs
func ParseRunListFlags ¶
func ParseRunListFlags(cmd *cobra.Command) (*RunListFlags, error)
type RunShowFlags ¶
type RunShowFlags struct {
ID string
}
RunShowFlags holds flags for show run
func ParseRunShowFlags ¶
func ParseRunShowFlags(cmd *cobra.Command) (*RunShowFlags, error)
type StateCreateFlags ¶
func ParseStateCreateFlags ¶
func ParseStateCreateFlags(cmd *cobra.Command) (*StateCreateFlags, error)
type StateDownloadFlags ¶
func ParseStateDownloadFlags ¶
func ParseStateDownloadFlags(cmd *cobra.Command) (*StateDownloadFlags, error)
type StateListFlags ¶
func ParseStateListFlags ¶
func ParseStateListFlags(cmd *cobra.Command) (*StateListFlags, error)
type StateShowFlags ¶
type StateShowFlags struct {
StateID string
}
func ParseStateShowFlags ¶
func ParseStateShowFlags(cmd *cobra.Command) (*StateShowFlags, error)
type TeamListFlags ¶
type TeamListFlags struct {
WorkspaceName string
}
TeamListFlags holds all flags for the team list command
func ParseTeamListFlags ¶
func ParseTeamListFlags(cmd *cobra.Command) (*TeamListFlags, error)
ParseTeamListFlags creates a TeamListFlags from the current command context
type VariableCreateFlags ¶
type VariableCreateFlags struct {
WorkspaceName string
Key string
Value string
ValueFile string
Description string
Env bool
HCL bool
Sensitive bool
}
VariableCreateFlags holds all flags for the variable create command
func ParseVariableCreateFlags ¶
func ParseVariableCreateFlags(cmd *cobra.Command) (*VariableCreateFlags, error)
ParseVariableCreateFlags creates a VariableCreateFlags from the current command context
type VariableDeleteFlags ¶
VariableDeleteFlags holds all flags for the variable delete command
func ParseVariableDeleteFlags ¶
func ParseVariableDeleteFlags(cmd *cobra.Command) (*VariableDeleteFlags, error)
ParseVariableDeleteFlags creates a VariableDeleteFlags from the current command context
type VariableListFlags ¶
type VariableListFlags struct {
WorkspaceName string
}
VariableListFlags holds all flags for the variable list command
func ParseVariableListFlags ¶
func ParseVariableListFlags(cmd *cobra.Command) (*VariableListFlags, error)
ParseVariableListFlags creates a VariableListFlags from the current command context
type VariableSetCreateFlags ¶ added in v0.2.1
VariableSetCreateFlags holds flags for the variable-set create command.
func ParseVariableSetCreateFlags ¶ added in v0.2.1
func ParseVariableSetCreateFlags(cmd *cobra.Command) (*VariableSetCreateFlags, error)
type VariableSetDeleteFlags ¶ added in v0.2.1
type VariableSetDeleteFlags struct {
ID string
}
VariableSetDeleteFlags holds flags for the variable-set delete command.
func ParseVariableSetDeleteFlags ¶ added in v0.2.1
func ParseVariableSetDeleteFlags(cmd *cobra.Command) (*VariableSetDeleteFlags, error)
type VariableSetListFlags ¶ added in v0.2.1
type VariableSetListFlags struct {
Search string
}
VariableSetListFlags holds flags for the variable-set list command.
func ParseVariableSetListFlags ¶ added in v0.2.1
func ParseVariableSetListFlags(cmd *cobra.Command) (*VariableSetListFlags, error)
type VariableSetShowFlags ¶ added in v0.2.1
type VariableSetShowFlags struct {
ID string
}
VariableSetShowFlags holds flags for the variable-set show command.
func ParseVariableSetShowFlags ¶ added in v0.2.1
func ParseVariableSetShowFlags(cmd *cobra.Command) (*VariableSetShowFlags, error)
type VariableShowFlags ¶
VariableShowFlags holds all flags for the variable show command
func ParseVariableShowFlags ¶
func ParseVariableShowFlags(cmd *cobra.Command) (*VariableShowFlags, error)
ParseVariableShowFlags creates a VariableShowFlags from the current command context
type VariableUpdateFlags ¶
type VariableUpdateFlags struct {
WorkspaceName string
Key string
Value string
ValueFile string
Description string
Env bool
HCL bool
Sensitive bool
}
VariableUpdateFlags holds all flags for the variable update command
func ParseVariableUpdateFlags ¶
func ParseVariableUpdateFlags(cmd *cobra.Command) (*VariableUpdateFlags, error)
ParseVariableUpdateFlags creates a VariableUpdateFlags from the current command context
type WorkspaceListFlags ¶
type WorkspaceListFlags struct {
Search string
WildcardName string
RunStatus string
ProjectID string
Tags string
ExcludeTags string
All bool
}
WorkspaceListFlags holds all flags for the workspace list command
func ParseWorkspaceListFlags ¶
func ParseWorkspaceListFlags(cmd *cobra.Command) (*WorkspaceListFlags, error)
ParseWorkspaceListFlags creates a WorkspaceListFlags from the current command context
type WorkspaceLockAllFlags ¶
type WorkspaceLockAllFlags struct {
Search string
}
func ParseWorkspaceLockAllFlags ¶
func ParseWorkspaceLockAllFlags(cmd *cobra.Command) (*WorkspaceLockAllFlags, error)
type WorkspaceLockFlags ¶
type WorkspaceLockFlags struct {
Name string
}
func ParseWorkspaceLockFlags ¶
func ParseWorkspaceLockFlags(cmd *cobra.Command) (*WorkspaceLockFlags, error)
type WorkspaceShowFlags ¶
type WorkspaceShowFlags struct {
Name string
}
WorkspaceShowFlags holds all flags for the workspace show command
func ParseWorkspaceShowFlags ¶
func ParseWorkspaceShowFlags(cmd *cobra.Command) (*WorkspaceShowFlags, error)
ParseWorkspaceShowFlags creates a WorkspaceShowFlags from the current command context
type WorkspaceUnlockAllFlags ¶
type WorkspaceUnlockAllFlags struct {
Search string
}
func ParseWorkspaceUnlockAllFlags ¶
func ParseWorkspaceUnlockAllFlags(cmd *cobra.Command) (*WorkspaceUnlockAllFlags, error)
type WorkspaceUnlockFlags ¶
type WorkspaceUnlockFlags struct {
Name string
}
func ParseWorkspaceUnlockFlags ¶
func ParseWorkspaceUnlockFlags(cmd *cobra.Command) (*WorkspaceUnlockFlags, error)
Source Files
¶
- admin_gpg.go
- admin_metrics.go
- admin_terraformversion.go
- configurationversion.go
- lock.go
- organization.go
- plan.go
- project.go
- registry_module.go
- registry_module_version.go
- registry_provider.go
- registry_provider_version.go
- registry_provider_version_platform.go
- release_tfe.go
- run.go
- stateversion.go
- team.go
- variable.go
- varset.go
- workspace.go