package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Globals struct {
APIEndpoint string `name:"endpoint" env:"ARCTIR_API_ENDPOINT" default:"${apiEndpoint}"`
ConfigPath string `name:"config" env:"ARCTIR_CONFIG" default:"${configPath}"`
OutputFormat string `name:"format" enum:"json,table" default:"table"`
Debug bool
}
type OrgFlags struct {
Org string `arg:"org"`
}
type PortalFlags struct {
OrgFlags
PortalName string `arg:"portal-name"`
}
type TenantFlags struct {
OrgFlags
TenantName string `arg:"portal-name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.