mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
rancherctl env subcommand
Usage: rancherctl env <command> Executes <command> with environment from rancher.environment. Real env vars override those from rancher.environment.
This commit is contained in:
@@ -24,6 +24,14 @@ func Main() {
|
||||
HideHelp: true,
|
||||
Subcommands: configSubcommands(),
|
||||
},
|
||||
{
|
||||
Name: "env",
|
||||
ShortName: "e",
|
||||
Usage: "env command",
|
||||
HideHelp: true,
|
||||
SkipFlagParsing: true,
|
||||
Action: envAction,
|
||||
},
|
||||
{
|
||||
Name: "service",
|
||||
ShortName: "s",
|
||||
|
Reference in New Issue
Block a user