cli
Command Line Interface tool for developing, building and deploying Elvia applications.
Installation
See the releases page and download your platform's binary.
Supported platforms:
- Linux
- macOS (Intel and M-series)
- Windows
Installation from source
Linux and macOS
Requires Go and Make.
# debian/ubuntu/WSL
sudo apt install golang make
git clone git@github.com:3lvia/cli
cd cli
sudo make install
macOS: If GOOS
and GOARCH
is not properly set, you can use this command:
make install-macos-amd64
# for M1 and newer macs
make install-macos-arm64
Windows
Install WSL and follow the Linux instructions.
Optionally, you can build a Windows binary using the following command:
make build-windows-amd64
You can then move the binary to a directory in your PATH.
Usage
3lv --help