Installation
The Aura CLI makes heavy use of console commands containing the keyword |
The Aura CLI is available on GitHub and works with all versions onf the Aura API. Select the latest release and download the archive suitable for your platform and architecture of choice. The CLI is fully compatible with Mac, Linux and Windows.
-
Navigate to https://github.com/neo4j/aura-cli/releases.
-
Download the compressed file that matches your OS. Make a note of the folder where the file is located.
-
Once the file is downloaded, extract the contents.
-
Open a command prompt and move to the location where you extracted the files.
-
Complete the installation by moving the aura-cli executable file into the file path.
Mac users:
sudo mv aura-cli /usr/local/bin
Windows users:
move aura-cli c:\windows\system32
Check the installation with:
aura-cli -v
You should see the version of the Aura CLI displayed.
If you are using a Mac, you may receive a warning from Apple that aura-cli could not be verified. If this happens, open System Settings, select Privacy & Security on the left, and scroll down on the right. Select Open Anyway. This is temporary and will be resolved shortly. |