Changelog
- 1d67903 Add CUE unmarshal test for functions with step version constraints
- 97fae35 Add JSON unmarshal test for functions and step version constraints
- 68f54b6 Add
VersiontoStepstruct - 51a12ef Add
inngest run --snapshotto return only event data - e0d12a0 Add a
VersionConstraintto steps as they as parsed inFunction.Workflow() - d8c95a4 Add comment for
Step.versioninfunction.cue - 473a99e Add first pass for
npm i -g @inngest/cliusing a postinstall script - e4bcd4d Add initial
actionVersiontofunction.cue - d8683c8 Add npm publishing to release action
- 364f25f Add step version when a default step is created
- 4f6175a Add stub script for local dev
- afbf273 Allow init flags to bypass questions
- c89dcbc Be destructive and remove
FunctionVersion.Actions() - 645e96c Comment digging progress
- 2d001af Don't introduce dirty state before goreleaser; it's not a fan
- ed798d3 Ensure
deployActionreturns the existing or versioned action version - 7e27a89 Ensure
function.Workflow()andfunction.Actions()return versions - a79580e Ensure
generatedEventLoadercan handle multi-line stdin input - d7d620c Ensure
runanddevuse network mode host - 455f3e1 Ensure that pre-filled URLs quit and render the fn immediately
- 2189695 Ensure we skip all questions that are already answered
- bcac185 Fix
function_version.gotests - 5e6e5ad Fix
functiontests to ensure step versions are being passed through - 0983893 Grab GitHub artifact via
cli.inngest.com - 68b5826 Hard-code an
.npmrcfile instead of relying on an action to create it - 4686b32 Load events from all workspaces when running
init - f7b866e Merge branch 'main' into inngest-cli-readme-inclusion
- 55611ee Merge branch 'main' into inngest-run-snapshot
- 213699e Merge branch 'main' into npm-install
- e0745d9 Merge branch 'main' into npm-install
- 9218d7e Merge pull request #187 from inngest/npm-install
- 31594b0 Merge pull request #195 from inngest/190/step-versions
- 0d6a384 Merge pull request #197 from inngest/inngest-run-snapshot
- 0acfb13 Merge pull request #198 from inngest/inngest-cli-readme-inclusion
- c3b3e9c Merge pull request #199 from inngest/feature/docker-host-config
- 43926e3 Merge pull request #200 from inngest/feature/init-flags
- 5baaf71 Merge pull request #201 from inngest/feature/load-all-workspace-events
- 936cc1a Merge pull request #202 from inngest/npm-deploy-fix
- c84e27a On
npm publish, includeREADME.mdfrom main repo - 4d84c19 Only generate random seed for
inngest runif stdin wasn't available - 994b2ed Refresh README for brevity and structure
- 1c5c71c Remove TODO from
release.yml - 76202ff Remove caching - deps are tiny anyway
- a088206 Remove comments from built postinstall.js file for npm deploys
- 5beb3c1 Remove completed TODO comment
- 4edfa26 Remove some completed progress comments
- 215819b Remove unneeded test for
FunctionVersion.Actions(); not used - a055e45 Rename
@inngest/clitoinngest-cli - 6285fad Rename
stepstobuildOptsfor clarity indeploycommand - c149450 Replace
requestwithnode-fetch - 786d1a2 Separate npm deploy from goreleaser deployment for easier retriggering
- 824c277 Set
Step.versiontype to useVersionConstraintinfunction.cue - 3d4a122 Set step version constraint after actions have been deployed
- ae7fbfa Set up Node in
npmdir to ensure.npmrcfile is in the right place - 1a3d769 Simplify truthy expression for golangci-lint
- dbbdd1d Still run
npm cithennpm run build - 30627cd Update release.yml for npm dir
- 0a30736 ignore scripts during
npm install