environment

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DisableRestoreCmd = &cobra.Command{
	Use:   "disable-restore",
	Short: "Disable restore for an environment",
	Long:  "Disable restore for an environment",
	Run:   DisableRestore,
}

DisableRestoreCmd - `iron environment disable-restore`

View Source
var EnableRestoreCmd = &cobra.Command{
	Use:   "enable-restore",
	Short: "Enable restore for an environment",
	Long:  "Enable restore for an environment",
	Run:   EnableRestore,
}

EnableRestoreCmd - `iron environment enable-restore`

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

EnvCmd - `iron env`

View Source
var EnvironmentCmd = &cobra.Command{
	Use:   "environment",
	Short: "",
	Long:  "",
	Run:   list,
}

EnvironmentCmd - `iron environment`

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "List available environments for a subscription",
	Long:  "List available environments for a subscription",
	Run:   list,
}

ListCmd - `iron environment list`

Functions

func DisableRestore

func DisableRestore(cmd *cobra.Command, args []string)

func EnableRestore

func EnableRestore(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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