Configuration
The CLI reads configuration from two sources: user credentials and project-level settings.
Credentials file
Managed automatically by flowingto login and flowingto logout.
Path: ~/.flowingto/credentials.json
You should not edit this file manually.
Project config
Optionally create a .flowingtorc.json file in your project root to set defaults for CLI commands.
Example:
Supported fields
collection— Default collection ID foruploadandwatchworkspace— Default workspace slug forcollectioncommandsplatform— Default platform when creating collections
Lookup behavior
The CLI searches for .flowingtorc.json starting from the current working directory and walking upward to the filesystem root.
Override order
When the same value is provided in multiple places, the most specific source wins:
- Command-line flags (highest priority)
.flowingtorc.json- Credentials file defaults (lowest priority)