pipeline remote
Authenticate with a remote compute service
Usage
usage: pipeline remote [-h] {login,set,list,ls} ...
Manage remote compute services
positional arguments:
{login,set,list,ls}
login Authenticate with a remote compute service
set Set the currently used remote compute service URL
list (ls) List the authenticated remote compute services
options:
-h, --help show this help message and exit
Description
Use pipeline remote
for managing a remote compute service.
pipeline remote login
pipeline remote login
usage: pipeline remote login [-h] [-u URL] -t TOKEN
Authenticate with a remote compute service
options:
-h, --help show this help message and exit
-u URL, --url URL Remote URL for auth (default=https://api.pipeline.ai)
-t TOKEN, --token TOKEN
API token for remote
pipeline remote set
pipeline remote set
usage: pipeline remote set [-h] url
Set the currently used remote compute service URL
positional arguments:
url The remote URL
options:
-h, --help show this help message and exit
pipeline remote list
pipeline remote list
usage: pipeline remote list [-h]
List the authenticated remote compute services
options:
-h, --help show this help message and exit
Updated 10 months ago