Releases: enthus-appdev/n8n-cli
Releases · enthus-appdev/n8n-cli
v1.3.0
What's Changed
- refactor: use Go native build info for commit and date by @fank in #14
- fix: append -dirty suffix when built from modified worktree by @fank in #15
- chore(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in #16
- chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #17
- feat: add project-scoped variable support by @fank in #18
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #9
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #8
- chore(deps): bump golangci/golangci-lint-action from 7 to 9 by @dependabot[bot] in #7
- fix: auto-paginate workflow list by @Hinne1 in #12
- ci: migrate release pipeline to GoReleaser by @fank in #13
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.2.0/n8nctl-darwin-arm64.tar.gz | tar xz
chmod +x n8nctl-darwin-arm64
sudo mv n8nctl-darwin-arm64 /usr/local/bin/n8nctlmacOS (Intel)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.2.0/n8nctl-darwin-amd64.tar.gz | tar xz
chmod +x n8nctl-darwin-amd64
sudo mv n8nctl-darwin-amd64 /usr/local/bin/n8nctlLinux (x64)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.2.0/n8nctl-linux-amd64.tar.gz | tar xz
chmod +x n8nctl-linux-amd64
sudo mv n8nctl-linux-amd64 /usr/local/bin/n8nctlWindows
Download n8nctl-windows-amd64.zip (or n8nctl-windows-arm64.zip for ARM) and add to your PATH.
Checksums
See checksums.txt for SHA256 checksums of all binaries.
v1.1.0
What's Changed
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.1.0/n8nctl-darwin-arm64.tar.gz | tar xz
chmod +x n8nctl-darwin-arm64
sudo mv n8nctl-darwin-arm64 /usr/local/bin/n8nctlmacOS (Intel)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.1.0/n8nctl-darwin-amd64.tar.gz | tar xz
chmod +x n8nctl-darwin-amd64
sudo mv n8nctl-darwin-amd64 /usr/local/bin/n8nctlLinux (x64)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.1.0/n8nctl-linux-amd64.tar.gz | tar xz
chmod +x n8nctl-linux-amd64
sudo mv n8nctl-linux-amd64 /usr/local/bin/n8nctlWindows
Download n8nctl-windows-amd64.zip (or n8nctl-windows-arm64.zip for ARM) and add to your PATH.
Checksums
See checksums.txt for SHA256 checksums of all binaries.
v1.0.0
What's Changed
- ci: add release pipeline, remove goreleaser config (#6) (1d6c19d)
- Prepare repository for public open-source release (#5) (31ed76c)
- Add community-standard files and goreleaser config (9ae6961)
- Prepare repository for open-sourcing (7030174)
- Update Dependabot configuration (fd1a042)
- ci: use go-license-validator action with caching (127cffc)
- ci: add license check workflow (848f1d6)
- docs: clarify Shared slice always has one owner entry (2b041d3)
- security: escape ID parameters in API URL paths (2af0b40)
- refactor: extract helpers for execution error/item parsing (c96841e)
- fix: transfer workflow credentials along with the workflow (d50af4e)
- feat: add project commands, improve workflow/execution UX (b2f6c57)
- Configure Dependabot for dependency updates (718627d)
- Rename command from n8n to n8nctl to avoid conflict with local n8n (ff40e36)
- Add install.sh for easy CLI installation (a2a604b)
- Add MIT + Commons Clause license (0c58c2f)
- Initial release of n8n-cli (d416d68)
Installation
macOS (Apple Silicon)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.0.0/n8nctl-darwin-arm64.tar.gz | tar xz
chmod +x n8nctl-darwin-arm64
sudo mv n8nctl-darwin-arm64 /usr/local/bin/n8nctlmacOS (Intel)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.0.0/n8nctl-darwin-amd64.tar.gz | tar xz
chmod +x n8nctl-darwin-amd64
sudo mv n8nctl-darwin-amd64 /usr/local/bin/n8nctlLinux (x64)
curl -L https://github.com/enthus-appdev/n8n-cli/releases/download/v1.0.0/n8nctl-linux-amd64.tar.gz | tar xz
chmod +x n8nctl-linux-amd64
sudo mv n8nctl-linux-amd64 /usr/local/bin/n8nctlWindows
Download n8nctl-windows-amd64.zip (or n8nctl-windows-arm64.zip for ARM) and add to your PATH.
Checksums
See checksums.txt for SHA256 checksums of all binaries.