@rudderhq/cli 0.1.0-canary.11 → 0.1.0-canary.12
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
|
@@ -19567,7 +19567,7 @@ var DATA_DIR_OPTION_HELP = "Rudder data directory root (isolates state from ~/.r
|
|
|
19567
19567
|
var LOCAL_ENV_OPTION_HELP = "Local environment profile (dev, prod_local, e2e)";
|
|
19568
19568
|
function createProgram() {
|
|
19569
19569
|
const program = new Command();
|
|
19570
|
-
program.name("rudder").description("Rudder CLI \u2014 setup, diagnose, and configure your instance").version("0.1.0-canary.
|
|
19570
|
+
program.name("rudder").description("Rudder CLI \u2014 setup, diagnose, and configure your instance").version("0.1.0-canary.12");
|
|
19571
19571
|
program.option("--local-env <name>", LOCAL_ENV_OPTION_HELP);
|
|
19572
19572
|
program.hook("preAction", (_thisCommand, actionCommand) => {
|
|
19573
19573
|
const options = actionCommand.optsWithGlobals();
|