mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 00:24:15 +00:00
Fix usage info for env rename
Change-type: patch Resolves: #2019 Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
parent
238c371ade
commit
5e5a2c1c85
@ -186,7 +186,7 @@ Users are encouraged to regularly update the balena CLI to the latest version.
|
|||||||
- [envs](#envs)
|
- [envs](#envs)
|
||||||
- [env rm <id>](#env-rm-id)
|
- [env rm <id>](#env-rm-id)
|
||||||
- [env add <name> [value]](#env-add-name-value)
|
- [env add <name> [value]](#env-add-name-value)
|
||||||
- [env rename <name> <value>](#env-rename-name-value)
|
- [env rename <id> <value>](#env-rename-id-value)
|
||||||
|
|
||||||
- Tags
|
- Tags
|
||||||
|
|
||||||
@ -1034,7 +1034,7 @@ suppress warning messages
|
|||||||
|
|
||||||
service name
|
service name
|
||||||
|
|
||||||
## env rename <name> <value>
|
## env rename <id> <value>
|
||||||
|
|
||||||
Change the value of a configuration or environment variable for an application,
|
Change the value of a configuration or environment variable for an application,
|
||||||
device or service, as selected by command-line options.
|
device or service, as selected by command-line options.
|
||||||
|
2
lib/actions-oclif/env/rename.ts
vendored
2
lib/actions-oclif/env/rename.ts
vendored
@ -69,7 +69,7 @@ export default class EnvRenameCmd extends Command {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static usage = 'env rename <name> <value>';
|
public static usage = 'env rename <id> <value>';
|
||||||
|
|
||||||
public static flags: flags.Input<FlagsDef> = {
|
public static flags: flags.Input<FlagsDef> = {
|
||||||
config: ec.booleanConfig,
|
config: ec.booleanConfig,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user