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 +```