@rudderhq/cli 0.1.0-canary.14 → 0.1.0-canary.15
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -19570,7 +19570,7 @@ var DATA_DIR_OPTION_HELP = "Rudder data directory root (isolates state from ~/.r
|
|
|
19570
19570
|
var LOCAL_ENV_OPTION_HELP = "Local environment profile (dev, prod_local, e2e)";
|
|
19571
19571
|
function createProgram() {
|
|
19572
19572
|
const program = new Command();
|
|
19573
|
-
program.name("rudder").description("Rudder CLI \u2014 setup, diagnose, and configure your instance").version("0.1.0-canary.
|
|
19573
|
+
program.name("rudder").description("Rudder CLI \u2014 setup, diagnose, and configure your instance").version("0.1.0-canary.15");
|
|
19574
19574
|
program.option("--local-env <name>", LOCAL_ENV_OPTION_HELP);
|
|
19575
19575
|
program.hook("preAction", (_thisCommand, actionCommand) => {
|
|
19576
19576
|
const options = actionCommand.optsWithGlobals();
|