@react-grab/cli 0.1.45 → 0.1.46-dev.4bf7172
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/cli.cjs +6 -6
- package/dist/cli.js +6 -6
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -565,7 +565,7 @@ const removeSkill = async ({ cwd = process.cwd(), global = false } = {}) => {
|
|
|
565
565
|
};
|
|
566
566
|
//#endregion
|
|
567
567
|
//#region src/commands/add.ts
|
|
568
|
-
const VERSION$5 = "0.1.
|
|
568
|
+
const VERSION$5 = "0.1.46-dev.4bf7172";
|
|
569
569
|
const add = new commander.Command().name("add").alias("install").description("install the React Grab skill for your agent").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "install the skill globally instead of in the project", false).action(async (opts) => {
|
|
570
570
|
console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$5)}`);
|
|
571
571
|
console.log();
|
|
@@ -1127,7 +1127,7 @@ const formatActivationKeyDisplay = (activationKey) => {
|
|
|
1127
1127
|
};
|
|
1128
1128
|
//#endregion
|
|
1129
1129
|
//#region src/commands/configure.ts
|
|
1130
|
-
const VERSION$4 = "0.1.
|
|
1130
|
+
const VERSION$4 = "0.1.46-dev.4bf7172";
|
|
1131
1131
|
const isMac = process.platform === "darwin";
|
|
1132
1132
|
const META_LABEL = isMac ? "Cmd" : "Win";
|
|
1133
1133
|
const ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -1759,7 +1759,7 @@ const isTelemetryEnabled = () => {
|
|
|
1759
1759
|
};
|
|
1760
1760
|
//#endregion
|
|
1761
1761
|
//#region src/commands/init.ts
|
|
1762
|
-
const VERSION$3 = "0.1.
|
|
1762
|
+
const VERSION$3 = "0.1.46-dev.4bf7172";
|
|
1763
1763
|
const REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1764
1764
|
const DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1765
1765
|
const reportToCli = (type, config, error) => {
|
|
@@ -2710,7 +2710,7 @@ const pull = new commander.Command().name("pull").description("start the watcher
|
|
|
2710
2710
|
});
|
|
2711
2711
|
//#endregion
|
|
2712
2712
|
//#region src/commands/remove.ts
|
|
2713
|
-
const VERSION$2 = "0.1.
|
|
2713
|
+
const VERSION$2 = "0.1.46-dev.4bf7172";
|
|
2714
2714
|
const remove = new commander.Command().name("remove").description("uninstall the React Grab skill from your agent").option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "remove the globally-installed skill instead of the project's", false).action(async (opts) => {
|
|
2715
2715
|
console.log(`${picocolors.default.magenta("✿")} ${picocolors.default.bold("React Grab")} ${picocolors.default.gray(VERSION$2)}`);
|
|
2716
2716
|
console.log();
|
|
@@ -2738,7 +2738,7 @@ const stop = new commander.Command().name("stop").description("stop the React Gr
|
|
|
2738
2738
|
});
|
|
2739
2739
|
//#endregion
|
|
2740
2740
|
//#region src/commands/upgrade.ts
|
|
2741
|
-
const VERSION$1 = "0.1.
|
|
2741
|
+
const VERSION$1 = "0.1.46-dev.4bf7172";
|
|
2742
2742
|
const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
|
|
2743
2743
|
const fetchLatestVersion = async () => {
|
|
2744
2744
|
try {
|
|
@@ -2850,7 +2850,7 @@ const watch = new commander.Command().name("watch").description("run the React G
|
|
|
2850
2850
|
});
|
|
2851
2851
|
//#endregion
|
|
2852
2852
|
//#region src/cli.ts
|
|
2853
|
-
const VERSION = "0.1.
|
|
2853
|
+
const VERSION = "0.1.46-dev.4bf7172";
|
|
2854
2854
|
const VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
2855
2855
|
process.on("SIGINT", () => process.exit(0));
|
|
2856
2856
|
process.on("SIGTERM", () => process.exit(0));
|
package/dist/cli.js
CHANGED
|
@@ -537,7 +537,7 @@ const removeSkill = async ({ cwd = process.cwd(), global = false } = {}) => {
|
|
|
537
537
|
};
|
|
538
538
|
//#endregion
|
|
539
539
|
//#region src/commands/add.ts
|
|
540
|
-
const VERSION$5 = "0.1.
|
|
540
|
+
const VERSION$5 = "0.1.46-dev.4bf7172";
|
|
541
541
|
const add$1 = new Command().name("add").alias("install").description("install the React Grab skill for your agent").option("-y, --yes", "skip confirmation prompts", false).option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "install the skill globally instead of in the project", false).action(async (opts) => {
|
|
542
542
|
console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$5)}`);
|
|
543
543
|
console.log();
|
|
@@ -1099,7 +1099,7 @@ const formatActivationKeyDisplay = (activationKey) => {
|
|
|
1099
1099
|
};
|
|
1100
1100
|
//#endregion
|
|
1101
1101
|
//#region src/commands/configure.ts
|
|
1102
|
-
const VERSION$4 = "0.1.
|
|
1102
|
+
const VERSION$4 = "0.1.46-dev.4bf7172";
|
|
1103
1103
|
const isMac = process.platform === "darwin";
|
|
1104
1104
|
const META_LABEL = isMac ? "Cmd" : "Win";
|
|
1105
1105
|
const ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -1731,7 +1731,7 @@ const isTelemetryEnabled = () => {
|
|
|
1731
1731
|
};
|
|
1732
1732
|
//#endregion
|
|
1733
1733
|
//#region src/commands/init.ts
|
|
1734
|
-
const VERSION$3 = "0.1.
|
|
1734
|
+
const VERSION$3 = "0.1.46-dev.4bf7172";
|
|
1735
1735
|
const REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
1736
1736
|
const DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
1737
1737
|
const reportToCli = (type, config, error) => {
|
|
@@ -2682,7 +2682,7 @@ const pull = new Command().name("pull").description("start the watcher if needed
|
|
|
2682
2682
|
});
|
|
2683
2683
|
//#endregion
|
|
2684
2684
|
//#region src/commands/remove.ts
|
|
2685
|
-
const VERSION$2 = "0.1.
|
|
2685
|
+
const VERSION$2 = "0.1.46-dev.4bf7172";
|
|
2686
2686
|
const remove = new Command().name("remove").description("uninstall the React Grab skill from your agent").option("-c, --cwd <cwd>", "working directory (defaults to current directory)", process.cwd()).option("-g, --global", "remove the globally-installed skill instead of the project's", false).action(async (opts) => {
|
|
2687
2687
|
console.log(`${pc.magenta("✿")} ${pc.bold("React Grab")} ${pc.gray(VERSION$2)}`);
|
|
2688
2688
|
console.log();
|
|
@@ -2710,7 +2710,7 @@ const stop = new Command().name("stop").description("stop the React Grab watcher
|
|
|
2710
2710
|
});
|
|
2711
2711
|
//#endregion
|
|
2712
2712
|
//#region src/commands/upgrade.ts
|
|
2713
|
-
const VERSION$1 = "0.1.
|
|
2713
|
+
const VERSION$1 = "0.1.46-dev.4bf7172";
|
|
2714
2714
|
const NPM_REGISTRY_URL = "https://registry.npmjs.org/react-grab/latest";
|
|
2715
2715
|
const fetchLatestVersion = async () => {
|
|
2716
2716
|
try {
|
|
@@ -2822,7 +2822,7 @@ const watch = new Command().name("watch").description("run the React Grab captur
|
|
|
2822
2822
|
});
|
|
2823
2823
|
//#endregion
|
|
2824
2824
|
//#region src/cli.ts
|
|
2825
|
-
const VERSION = "0.1.
|
|
2825
|
+
const VERSION = "0.1.46-dev.4bf7172";
|
|
2826
2826
|
const VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
2827
2827
|
process.on("SIGINT", () => process.exit(0));
|
|
2828
2828
|
process.on("SIGTERM", () => process.exit(0));
|