@skrr-ai/cli 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,6 +14,7 @@ class CommitmentsDelivery extends base_command_1.BaseCommand {
|
|
|
14
14
|
id: core_1.Args.string({ required: true, ignoreStdin: true }),
|
|
15
15
|
mode: core_1.Args.string({
|
|
16
16
|
required: true,
|
|
17
|
+
ignoreStdin: true,
|
|
17
18
|
description: 'Delivery destination. Code destinations require Prepare or Execute (or a Pack Shadow promotion target).',
|
|
18
19
|
options: [
|
|
19
20
|
...commitment_product_1.COMMITMENT_DELIVERY_CHOICES,
|
|
@@ -12,6 +12,7 @@ class CommitmentsMode extends base_command_1.BaseCommand {
|
|
|
12
12
|
id: core_1.Args.string({ required: true, ignoreStdin: true }),
|
|
13
13
|
mode: core_1.Args.string({
|
|
14
14
|
required: true,
|
|
15
|
+
ignoreStdin: true,
|
|
15
16
|
options: [...commitment_product_1.COMMITMENT_PRODUCT_MODES],
|
|
16
17
|
}),
|
|
17
18
|
};
|