mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-25 08:21:04 +00:00
tag set: Fix using empty string as a value
Change-type: patch
This commit is contained in:
parent
03bcb6cff7
commit
8204dcad93
@ -56,6 +56,8 @@ export default class TagSetCmd extends Command {
|
|||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Required for supporting empty string ('') `value` args.
|
||||||
|
public static strict = false;
|
||||||
public static usage = 'tag set <tagKey> [value]';
|
public static usage = 'tag set <tagKey> [value]';
|
||||||
|
|
||||||
public static flags = {
|
public static flags = {
|
||||||
|
Loading…
Reference in New Issue
Block a user