Getting Started

Flowingto CLI lets you upload and manage screenshots from the command line.

Prerequisites

  • Node.js >= 22

Installation

Install the CLI globally via npm:

npm install -g @flowingto/cli

The installed command is flowingto.

Quick Start

1. Log in

Authenticate with your Flowingto account:

flowingto login

This will start a device authorization flow, open your browser, and securely store your credentials.

2. List your workspaces

flowingto workspace list

3. Upload screenshots

flowingto upload ./screenshots/*.png -c <collection-id>

Global Options

The following options are available for all commands:

OptionDescription
--jsonOutput results as JSON instead of human-readable tables
--server <url>Override the default server URL
--verboseEnable verbose logging for debugging

Next Steps

  • Authentication — Learn how login and credentials work
  • Uploading — Upload files with globs, stdin, and more
  • Watching — Auto-upload screenshots as they appear