mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
Rename Ark to Velero!!!
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
committed by
Andy Goldstein
parent
bbc6caf7fe
commit
43714caaec
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
kubectlcmd "github.com/heptio/ark/third_party/kubernetes/pkg/kubectl/cmd"
|
||||
kubectlcmd "github.com/heptio/velero/third_party/kubernetes/pkg/kubectl/cmd"
|
||||
)
|
||||
|
||||
func NewCommand() *cobra.Command {
|
||||
@@ -33,11 +33,11 @@ func NewCommand() *cobra.Command {
|
||||
|
||||
Auto completion supports both bash and zsh. Output is to STDOUT.
|
||||
|
||||
Load the ark completion code for bash into the current shell -
|
||||
source <(ark completion bash)
|
||||
Load the velero completion code for bash into the current shell -
|
||||
source <(velero completion bash)
|
||||
|
||||
Load the ark completion code for zsh into the current shell -
|
||||
source <(ark completion zsh)
|
||||
Load the velero completion code for zsh into the current shell -
|
||||
source <(velero completion zsh)
|
||||
`,
|
||||
Args: cobra.ExactArgs(1),
|
||||
ValidArgs: []string{"bash", "zsh"},
|
||||
|
||||
Reference in New Issue
Block a user