remote_command

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 DrushCacheRebuildCmd = &cobra.Command{
	Use:   "drush-cache-rebuild",
	Short: "Execute drush cache-rebuild",
	Long:  "Execute drush cache-rebuild",
	Run:   drushCacheRebuild,
}

DrushCacheRebuildCmd - `iron remote-commands drush-cache-rebuild`

View Source
var DrushCmd = &cobra.Command{
	Use:   "drush [args]",
	Short: "Execute a drush command",
	Long:  "Execute a drush command",
	Run:   drush,
}

DrushCmd - `iron remote-commands drush [args]`

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

ListCmd - `iron remote-commands list`

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

RCCmd - `iron rc` (remote-command alias)

View Source
var RemoteCommandCmd = &cobra.Command{
	Use:   "remote-command",
	Short: "",
	Long:  "",
	Run:   list,
}

RemoteCommandCmd - `iron remote-command`

View Source
var RemoteCommandsCmd = &cobra.Command{
	Hidden: true,
	Use:    "remote-commands",
	Short:  "",
	Long:   "",
	Run:    list,
}

RemoteCommandsCmd - `iron remote-commands` (remote-command alias)

View Source
var ShellCmd = &cobra.Command{
	Use:   "shell [command]",
	Short: "Execute a shell command",
	Long:  "Execute a shell command",
	Run:   shell,
}

ShellCmd - `iron remote-commands shell`

View Source
var StatusCmd = &cobra.Command{
	Use:   "status [nameOrID]",
	Short: "Remote command status",
	Long:  "Show the status of a remote command",
	Run:   status,
}

StatusCmd - `iron remote-command status [NameOrID]`

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