Nife CLI Installation Quickstart

Installing Nife CLI to deploy serverless applications from the terminal

You can install it using the installers below, or download a release binary from the GitHub releases page.

macOS

Linux

Windows

GitHub

Linux and Mac #

  1. Launch the terminal

  2. Run the command

curl -L https://api.nife.io/release/install.sh | sh

This creates a .nife folder and adds to the PATH variable

Windows#

  1. Launch the command prompt
  2. Run the command
iwr https://api.nife.io/release/install.ps1 -useb | iex`

Github #

If you want to install it directly from Github, download from Nifetency

Homebrew#

If you use linux or Mac OS, you can install using brew

Set up the brew tap

brew tap nifetency/homebrew-tap

Install the CLI directly from brew

brew install nifetency/tap/nifectl

You can mange all upgrades to the cli from the Homebrew Tap.

Nife UI#

You can download nifectl directly from our UI here.

Nifectl Image