@tryhermes/cli 0.1.0 → 0.1.1
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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8405,7 +8405,7 @@ var init_program = __esm({
|
|
|
8405
8405
|
).version("0.0.1").option("--org <slug>", "operate on this org (overrides ./.hermes/project.json)").option("--json", "emit structured JSON instead of human-readable output").option("--no-wait", "for async ops, return job_id immediately instead of polling").showHelpAfterError("(run with --help for usage)").action(() => program2.help());
|
|
8406
8406
|
program2.addHelpText(
|
|
8407
8407
|
"afterAll",
|
|
8408
|
-
"\nDocs:
|
|
8408
|
+
"\nDocs: https://docs.tryhermes.dev\nSkill: npx skills add tryhermes/skill (teach your agent to drive this CLI)\nRun: npx -y @tryhermes/cli@latest <command> (always latest)"
|
|
8409
8409
|
);
|
|
8410
8410
|
program2.hook("preAction", (_thisCommand, actionCommand) => {
|
|
8411
8411
|
setGlobalOrgOverride(actionCommand.optsWithGlobals().org);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryhermes/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Hermes CLI — drive the agentic email platform (connections, triggers, drafts, sends) from the terminal.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tsup": "^8.5.1",
|
|
23
23
|
"tsx": "^4.19.2",
|
|
24
24
|
"typescript": "^5.6.3",
|
|
25
|
-
"@workspace/eslint-config": "0.0.0",
|
|
26
25
|
"@workspace/api-types": "0.0.1",
|
|
26
|
+
"@workspace/eslint-config": "0.0.0",
|
|
27
27
|
"@workspace/typescript-config": "0.0.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|