Plotly Cloud CLI

Reference documentation for Plotly Cloud CLI v0.3.0

Overview

CLI for publishing and managing Dash apps on Plotly Cloud.

Installation

pip install "dash[cloud]"

Usage:

plotly [--verbose] <command> [<args>]

Commands and Options

Global Options

app

Commands for app

app run

Start a local development server for your Dash application with debugging tools.

Usage:

plotly app run [options]

Arguments:

Options:

app publish

Package and publish your Dash application to Plotly Cloud.

Usage:

plotly app publish [options]

Options:

app status

Retrieve the current status and details of your published app.

Usage:

plotly app status [options]

Options:

user

Commands for user

user login

Authenticate with Plotly Cloud to publish and manage applications.

Usage:

plotly user login [options]

Options:

user logout

Clear your authentication credentials and log out from Plotly Cloud.

Usage:

plotly user logout [options]

user teams

Display all teams that you are a member of.

Usage:

plotly user teams [options]

user whoami

Display the username if currently logged in with a valid token.

Usage:

plotly user whoami [options]