cli

command module
v0.11.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 7 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL