Installing from Source
Follow these steps to install the Provide CLI from source.
In a new terminal window, clone the CLI repository:
Access the newly created provide-cli directory:
Ensure your golang environment is setup properly:
You will probably want to add the above path exports to your ~/.zshrc
or equivalent.
Resolve module dependencies:
Install the package:
Windows users without make
will need to run the following instead of make install
:
Last updated