Polyaxon CLI is a Python command line interface to interact with Polyaxon API.

Install

To install it simply run:

pip install -U polyaxon

Configure

In order for Polyaxon CLI to work correctly, you must execute the steps in the NOTES from Polyaxon Helm deployments.

Those steps ensures that, you configure Polyaxon to connect to the correct host on the correct ports.

After installing the CLI you can view the commands supported using the --help option.

polyaxon --help

For more information please have a look Polyaxon CLI section.

Login

If you are using Polyaxon Cloud or Polyaxon EE, you can authenticate your CLI by running the following command

polyaxon login --username=<USERNAME>