package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Nov 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
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 uuid.UUID `name:"org" short:"o" required:"" env:"FLIGHTDECK_ORG" help:"ID of the organization."`
}
type PortalFlags struct {
PortalName string `arg:"portal-name" help:"Name of the portal."`
OrgFlags
}
type TenantFlags struct {
TenantName string `arg:"tenant-name" help:"Name of the tenant."`
OrgFlags
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.