@tryhermes/cli 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8428,7 +8428,7 @@ var init_program = __esm({
8428
8428
  ).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());
8429
8429
  program2.addHelpText(
8430
8430
  "afterAll",
8431
- "\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)"
8431
+ "\nDocs: https://docs.tryhermes.dev\nSkill: npx skills add JaehoonSon/tryhermes-skill (teach your agent to drive this CLI)\nRun: npx -y @tryhermes/cli@latest <command> (always latest)"
8432
8432
  );
8433
8433
  program2.hook("preAction", (_thisCommand, actionCommand) => {
8434
8434
  setGlobalOrgOverride(actionCommand.optsWithGlobals().org);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryhermes/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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",