package
6.22.1+incompatible
Repository: https://github.com/nelsam/cli.git
Documentation: pkg.go.dev

# Functions

ConfigFilePath returns the location of the config file.
LoadConfig loads the config from the .cf/config.json and os.ENV.
WriteConfig creates the .cf directory and then writes the config.json.

# Constants

ColorAuto means that the UI should decide if colors/bolding will be enabled.
ColorDisbled means that no colors/bolding will be displayed.
ColorEnabled means colors/bolding will be displayed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CFConfig represents .cf/config.json.
Config combines the settings taken from the .cf/config.json, os.ENV, and the plugin config.
EnvOverride represents all the environment variables read by the CF CLI.
Organization contains basic information about the targeted organization.
Plugin represents the plugin as a whole, not be confused with PluginCommand.
PluginCommand represents an individual command inside a plugin.
PluginRepos is a saved plugin repository.
PluginsConfig represents the plugin configuration.
PluginUsageDetails contains the usage metadata provided by the plugin.
PluginVersion is the plugin version information.
QuotaDefinition contains information about the organization's quota.
Space contains basic information about the targeted space.
User represents the user information provided by the JWT access token.

# Type aliases

ColorSetting is a trinary operator that represents if the display should have colors enabled, disabled, or automatically detected.
PluginCommands is a list of plugins that implements the sort.Interface.