swm storage
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
storage list | List buckets across providers |
storage create <name> | Create a new bucket |
storage ls [path] | List bucket contents |
storage upload <local> <remote> | Upload file to bucket |
storage download <remote> <local> | Download file from bucket |
Examples
Section titled “Examples”swm storage list -p b2swm storage create my-workspace-bucket -p b2 -l us-west-004swm storage ls checkpoints/swm storage upload model.safetensors models/swm storage download models/model.safetensors ./local/