From fbc524647ab0dcb24395b925c7fdbfd85cde3fa4 Mon Sep 17 00:00:00 2001 From: Alexander Belanger Date: Fri, 16 Jan 2026 11:54:16 -0500 Subject: [PATCH] fix: typescript post-quickstart --- .../templates/typescript/{shared => bun}/POST_QUICKSTART.md | 0 .../cli/templates/typescript/npm/POST_QUICKSTART.md | 4 ++++ .../cli/templates/typescript/pnpm/POST_QUICKSTART.md | 4 ++++ .../cli/templates/typescript/yarn/POST_QUICKSTART.md | 4 ++++ 4 files changed, 12 insertions(+) rename cmd/hatchet-cli/cli/templates/typescript/{shared => bun}/POST_QUICKSTART.md (100%) create mode 100644 cmd/hatchet-cli/cli/templates/typescript/npm/POST_QUICKSTART.md create mode 100644 cmd/hatchet-cli/cli/templates/typescript/pnpm/POST_QUICKSTART.md create mode 100644 cmd/hatchet-cli/cli/templates/typescript/yarn/POST_QUICKSTART.md diff --git a/cmd/hatchet-cli/cli/templates/typescript/shared/POST_QUICKSTART.md b/cmd/hatchet-cli/cli/templates/typescript/bun/POST_QUICKSTART.md similarity index 100% rename from cmd/hatchet-cli/cli/templates/typescript/shared/POST_QUICKSTART.md rename to cmd/hatchet-cli/cli/templates/typescript/bun/POST_QUICKSTART.md diff --git a/cmd/hatchet-cli/cli/templates/typescript/npm/POST_QUICKSTART.md b/cmd/hatchet-cli/cli/templates/typescript/npm/POST_QUICKSTART.md new file mode 100644 index 0000000000..67f6e04072 --- /dev/null +++ b/cmd/hatchet-cli/cli/templates/typescript/npm/POST_QUICKSTART.md @@ -0,0 +1,4 @@ +Trigger a workflow (in another terminal): +```sh +hatchet trigger simple +``` diff --git a/cmd/hatchet-cli/cli/templates/typescript/pnpm/POST_QUICKSTART.md b/cmd/hatchet-cli/cli/templates/typescript/pnpm/POST_QUICKSTART.md new file mode 100644 index 0000000000..67f6e04072 --- /dev/null +++ b/cmd/hatchet-cli/cli/templates/typescript/pnpm/POST_QUICKSTART.md @@ -0,0 +1,4 @@ +Trigger a workflow (in another terminal): +```sh +hatchet trigger simple +``` diff --git a/cmd/hatchet-cli/cli/templates/typescript/yarn/POST_QUICKSTART.md b/cmd/hatchet-cli/cli/templates/typescript/yarn/POST_QUICKSTART.md new file mode 100644 index 0000000000..67f6e04072 --- /dev/null +++ b/cmd/hatchet-cli/cli/templates/typescript/yarn/POST_QUICKSTART.md @@ -0,0 +1,4 @@ +Trigger a workflow (in another terminal): +```sh +hatchet trigger simple +```