Skip to content

stacc/cli-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Stacc CLI - next

This repository is being used to hold the Stacc CLI releases.

Installation

Using homebrew (MacOS / Linux)

NOTE: The name of the tap has changed. If you still have the old one, run brew untap stacc/stacc-CLI before doing the steps below.

First add the repository with

brew tap stacc/tap

Then install the CLI with

brew install stacc-next

Using scoop (Windows)

First add the repository with

scoop bucket add stacc https://github.com/stacc/cli-next

Then install the CLI with

scoop install stacc

From terminal

MacOS and Linux users

curl -s https://raw.githubusercontent.com/stacc/cli-next/main/install.sh | bash -s --

Windows users

curl -LSs https://raw.githubusercontent.com/stacc/cli-next/main/install.bat -o %TEMP%\stacc-install.bat && CMD /C %TEMP%\stacc-install.bat && del %TEMP%\stacc-install.bat

Direct download

Download the latest release here.

Source code

The source code for the CLI is contained in this repository.