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