@mablhq/mabl-cli 1.57.3 → 1.57.8
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.
|
@@ -8,13 +8,12 @@ const constants_1 = require("../../constants");
|
|
|
8
8
|
const util_1 = require("../../commandUtil/util");
|
|
9
9
|
const chalk_1 = __importDefault(require("chalk"));
|
|
10
10
|
const loggingProvider_1 = require("../../../providers/logging/loggingProvider");
|
|
11
|
-
const add_1 = require("./urls_cmds/add");
|
|
12
11
|
const create_1 = require("./create");
|
|
13
12
|
exports.command = 'update <id>';
|
|
14
13
|
exports.describe = 'Update a mabl environment';
|
|
15
14
|
exports.builder = (yargs) => {
|
|
16
|
-
(0, create_1.addUpdateEnvCommands)(
|
|
17
|
-
describe: '
|
|
15
|
+
(0, create_1.addUpdateEnvCommands)(yargs).positional(constants_1.CommandArgId, {
|
|
16
|
+
describe: 'ID of environment to update',
|
|
18
17
|
type: 'string',
|
|
19
18
|
nargs: 1,
|
|
20
19
|
demand: 'id argument required',
|