env_vars

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AddCmd = &cobra.Command{
	Use:   "add",
	Short: "Add an environment variable",
	Long:  "Add an environment variable to an Ironstar environment",
	Run:   add,
}

AddCmd - `iron env-vars add`

View Source
var EnvVarsCmd = &cobra.Command{
	Hidden: true,
	Use:    "env-vars",
	Short:  "",
	Long:   "",
	Run:    list,
}

EnvVarsCmd - `iron env-vars`

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "List available environment variables",
	Long:  "List available environment variables for an Ironstar environment",
	Run:   list,
}

ListCmd - `iron env-vars list`

View Source
var ModifyCmd = &cobra.Command{
	Use:   "modify",
	Short: "Modify an environment variable",
	Long:  "Modify an environment variable in an Ironstar environment",
	Run:   modify,
}

ModifyCmd - `iron env-vars modify`

View Source
var RemoveCmd = &cobra.Command{
	Use:   "remove",
	Short: "Remove an environment variable",
	Long:  "Remove an environment variable from an Ironstar environment",
	Run:   remove,
}

RemoveCmd - `iron env-vars remove`

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL