-
Click your username at the bottom of the main menu to download the CLI installer depending on the operating system.
-
Run the installer application depending on your operating system. See Operating System Support for more information.
On Mac OS X, the installer prompts you to enter administrator credentials. If you do not have administrator privileges, you can click Cancel; the installer prompts you to manually update your
PATH
instead. Click Ignore to continue the installation process, then addexport PATH="$PATH:/Applications/domino"
(assuming the default installation folder) to yourbash_profile
. -
In a command prompt, type
domino login https://<<your-domino-url>>;
. -
When asked for your login information, use the username and password for your Domino account.
You should see something like this:
domino login https://app.dominodatalab.com # or the url of your domino deployment Enter your Domino username or email address > username Enter your password (typing will be hidden) >
Congrats, you’re all set! Check out the CLI reference for documentation about using the CLI.
Domino supports recent versions of the following operating systems:
-
Ubuntu Linux
-
Windows 10
-
macOS
macOS
You must have root privileges to run the Domino CLI for macOS.
If you didn’t enter administrator credentials during the installer process, you can add export PATH="$PATH:/Applications/domino"
(assuming the default installation folder) to bash_profile
.
Having trouble? Email us.