Documentation ¶
Overview ¶
Package cli contains the logic for the CLI commands.
Index ¶
Constants ¶
View Source
const ( // FlagKubeconfig is the name of the kubeconfig flag. FlagKubeconfig = "kubeconfig" // FlagVerbose is the name of the verbose flag. FlagVerbose = "verbose" // FlagOperatorPostgresql represents the pg operator flag. FlagOperatorPostgresql = "operator.postgresql" // FlagOperatorXtraDBCluster represents the pxc operator flag. FlagOperatorXtraDBCluster = "operator.xtradb-cluster" // FlagOperatorMongoDB represents the psmdb operator flag. FlagOperatorMongoDB = "operator.mongodb" // FlagNamespaces represents the namespaces flag. FlagNamespaces = "namespaces" // FlagVersionMetadataURL represents the version service url flag. FlagVersionMetadataURL = "version-metadata-url" // FlagVersion represents the version flag. FlagVersion = "version" // FlagSkipWizard represents the flag to skip the installation wizard. FlagSkipWizard = "skip-wizard" // FlagSkipEnvDetection is the name of the skip env detection flag. FlagSkipEnvDetection = "skip-env-detection" // FlagDisableTelemetry disables telemetry. FlagDisableTelemetry = "disable-telemetry" // FlagTakeNamespaceOwnership is the name of the take-ownership flag. FlagTakeNamespaceOwnership = "take-ownership" // FlagInstallSkipDBNamespace is the name of the skip-db-namespace flag. FlagInstallSkipDBNamespace = "skip-db-namespace" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package helm has the logic to install and uninstall Helm charts.
|
Package helm has the logic to install and uninstall Helm charts. |
utils
Package utils provides utility functions for the Helm.
|
Package utils provides utility functions for the Helm. |
Package install ...
|
Package install ... |
Package namespaces provides the functionality to manage namespaces.
|
Package namespaces provides the functionality to manage namespaces. |
Package steps provides a way to run a function with a pretty loading spinner animation.
|
Package steps provides a way to run a function with a pretty loading spinner animation. |
Package uninstall ...
|
Package uninstall ... |
Package upgrade implements upgrade logic for the CLI.
|
Package upgrade implements upgrade logic for the CLI. |
Package utils provides utility functions for the Everest CLI.
|
Package utils provides utility functions for the Everest CLI. |
Click to show internal directories.
Click to hide internal directories.