Manage your cloud services and config from the command line. https://www.manifold.co/cli
Manage your cloud services like a developer.
Installation
Install script
To install or update manifold, you can use the install script using cURL:
curl -o- https://raw.githubusercontent.com/manifoldco/manifold-cli/master/install.sh | sh
You can customize the install directory, profile, and version using the
MANIFOLD_DIR
, PROFILE
and MANIFOLD_VERSION
variables. Eg: curl ... | MANIFOLD_DIR=/usr/local sh
for a global install.Homebrew (OS X)
Homebrew can be installed via brew.sh
$ brew install manifoldco/brew/manifold-cli
Zip Archives (OS X, Linux, Windows)
Bare zip archives per release version are available on https://releases.manifold.co
For instructions on Windows, click here.
Autocomplete
If you have bash and bash-completion installed, you can enable autocomplete with:
curl -o- https://raw.githubusercontent.com/manifoldco/manifold-cli/master/autocomplete.sh | sh
Quickstart
First you must create an account.
$ manifold signup
Then you can create your first resource.
$ manifold create
Followed by running your process with the appropriate ENV.
$ manifold run ./bin/server
from
https://github.com/manifoldco/manifold-cli
-------------------------------------
Install
We offer a few different methods for installing our tool, you may select the one which is best for your environment (macOS, Linux, Windows).Direct Download
You can easily install one of our direct downloads using our install script, which automatically downloads and installs through cURL and Bash.curl -o- https://raw.githubusercontent.com/manifoldco/manifold-cli/master/install.sh | sh
You can customize the install directory, profile, and version using theMANIFOLD_DIR
,PROFILE
andMANIFOLD_VERSION
variables.Eg:curl ... | MANIFOLD_DIR=/usr/local sh
for a global install.Homebrew
Homebrew (macOS package manager) is the easiest way to install Manifold. First you should install the package manager via brew.sh.Next we canbrew install
using our package namespace as follows:$ brew install manifoldco/brew/manifold-cli
Next: Quickstart
Now you're ready to get started, we'll walk you through the primary functions of the CLI.
No comments:
Post a Comment