-
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>;
.The system prompts you to authorize using the CLI with Domino.
-
Paste the following URL in your browser to use
authorizeCLI
to get the authentication code.https://<your-domino-url>/authorizeCli
NoteYou might be required to login. -
Enter the authorization code provided and press Enter. A message indicates that the login succeeded.
Congrats, you’re all set! Check out the Domino 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.