@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/index.mjs CHANGED
@@ -38806,7 +38806,7 @@ Available profiles: ${Object.keys(globalConfig.profiles).join(", ")}`);
38806
38806
  process.exit(1);
38807
38807
  }
38808
38808
  });
38809
- configCmd.command("use-profile").description("Switch to a configuration profile").argument("<profile>", "Profile name").action((profile) => {
38809
+ configCmd.command("use").description("Switch to a configuration profile").argument("<profile>", "Profile name").action((profile) => {
38810
38810
  const config = new ConfigManager();
38811
38811
  try {
38812
38812
  config.useProfile(profile);