backup

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 BackupCmd = &cobra.Command{
	Use:   "backup",
	Short: "",
	Long:  "",
	Run:   newBackup,
}

BackupCmd - `iron backup`

View Source
var DeleteCmd = &cobra.Command{
	Use:   "delete",
	Short: "Delete a backup",
	Long:  "Delete an environment backup iteration",
	Run:   delete,
}

DeleteCmd - `iron backup delete`

View Source
var DownloadCmd = &cobra.Command{
	Use:   "download",
	Short: "Backup download",
	Long:  "Download a backup",
	Run:   download,
}

DownloadCmd - `iron backup download`

View Source
var InfoCmd = &cobra.Command{
	Use:   "info",
	Short: "Backup information",
	Long:  "View information about backups",
	Run:   info,
}

InfoCmd - `iron backup info`

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "Backup information",
	Long:  "View in formation about backups",
	Run:   info,
}

ListCmd - `iron backup list`

View Source
var NewCmd = &cobra.Command{
	Use:   "new",
	Short: "Create new backup",
	Long:  "Backup a subscription environment",
	Run:   newBackup,
}

NewCmd - `iron backup new`

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