@crunchdao/shared-cli 1.1.12-beta.20251105084150.0 → 1.1.12-beta.20251105093309.0
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/commands/config-commands.js +1 -1
- package/dist/commands/config-commands.js.map +1 -1
- package/dist/commands/config-commands.mjs +1 -1
- package/dist/commands/config-commands.mjs.map +1 -1
- package/dist/commands/index.js +1 -1
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/index.mjs +1 -1
- package/dist/commands/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3625,7 +3625,7 @@ Available profiles: ${Object.keys(globalConfig.profiles).join(", ")}`);
|
|
|
3625
3625
|
process.exit(1);
|
|
3626
3626
|
}
|
|
3627
3627
|
});
|
|
3628
|
-
configCmd.command("use
|
|
3628
|
+
configCmd.command("use").description("Switch to a configuration profile").argument("<profile>", "Profile name").action((profile) => {
|
|
3629
3629
|
const config = new ConfigManager();
|
|
3630
3630
|
try {
|
|
3631
3631
|
config.useProfile(profile);
|