Stash File System

Stash File System

Last updated:

Stash is CamberCloud’s distributed file system—your personal and team workspace for storing data, scripts, and results.

Key Features

FeatureDescription
Personal SpacePrivate storage at stash://username/
Team SharingCollaborate via stash://teamname/
Public AccessShare datasets at stash://public/
Nova IntegrationReference files directly in conversations

Quick Start

Upload Files

Drag and drop files into the Stash browser, or use the CLI:

camber stash cp ./local_file.csv stash://myusername/data/

Reference in Nova

@nova Analyze the dataset in stash://myusername/data/experiment.csv

Share with Team

camber stash cp stash://myusername/results/ stash://myteam/shared/ -r

Common Operations

  • Upload: camber stash cp <local> <stash://path>
  • Download: camber stash cp <stash://path> <local>
  • List: camber stash ls stash://myusername/
  • Delete: camber stash rm stash://myusername/old_file.txt

Next Steps


Related: Camber CLI | Nova AI Assistant