Zuplo
Zuplo CLI

Zuplo CLI: Link

Links information from your Zuplo account to your local machine allowing
TerminalCode
zuplo link [options]

Examples

Link your local project to your Zuplo account

TerminalCode
zuplo link

Explicitly specify the account, project, and environment

TerminalCode
zuplo link --account my-account --project my-project --environment my-env

Options

--project

The project name

Type: string

--account

The account name

Type: string

--environment

The environment name

Type: string

--fetch-environments

Fetch the environments for your project from Zuplo. If this is false, then the environment will automatically be detected from the git branch.

Type: booleanDefault: true

Global options

The following global options are available for all commands:

Last modified on