Skip to content

Release v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jan 23:40
86f898e

Changelog

Others

  • d8edf87: Add open command to open tech stack in default browser (@ceritium)
  • 41f7ad8: Implement API-backed init command with project creation and linking (@ceritium)
  • a7cf7ea: Implement secure credential management and global-config command (@ceritium)
  • 86f898e: Merge pull request #5 from stacktodate/fix-workflow-ci (@ceritium)
  • 615d6aa: Remove compiled binary from version control and add to gitignore (@ceritium)

Installation

Download the appropriate binary for your platform from the assets below.

Quick Install (macOS/Linux)

# macOS Intel
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/v0.2.4/stacktodate_darwin_amd64.tar.gz | tar xz

# macOS Apple Silicon
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/v0.2.4/stacktodate_darwin_arm64.tar.gz | tar xz

# Linux x86_64
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/v0.2.4/stacktodate_linux_amd64.tar.gz | tar xz

Full Changelog: v0.2.3...v0.2.4