File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66[ ![ Twitter] ( https://img.shields.io/twitter/follow/kubestash.svg?style=social&logo=twitter&label=Follow )] ( https://twitter.com/intent/follow?screen_name=KubeStash )
77
88# CLI
9- ` kubectl ` plugin for [ Stash by AppsCode] ( https://appscode.com/products/ stash ) .
9+ ` kubectl ` plugin for [ Stash by AppsCode] ( https://stash.run ) .
1010
1111## Installation
1212
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func NewRootCmd() *cobra.Command {
3232 rootCmd := & cobra.Command {
3333 Use : "kubectl-stash" ,
3434 Short : `kubectl plugin for Stash by AppsCode` ,
35- Long : `kubectl plugin for Stash by AppsCode. For more information, visit here: https://appscode.com/products/ stash` ,
35+ Long : `kubectl plugin for Stash by AppsCode. For more information, visit here: https://stash.run ` ,
3636 DisableAutoGenTag : true ,
3737 PersistentPreRun : func (c * cobra.Command , args []string ) {
3838 utilruntime .Must (scheme .AddToScheme (clientsetscheme .Scheme ))
You can’t perform that action at this time.
0 commit comments