sf volume
Volumes a job can mount
sf volume create
Create an empty volume
sf volume ls
List the volumes you can reference
--help 外没有其他选项。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Volumes a job can mount
sf volumesf volume <subcommand>
| 命令 | 说明 |
|---|---|
sf volume create | Create an empty volume |
sf volume ls | List the volumes you can reference |
sf volume push | Add a folder’s files to a volume |
sf volume rm | Delete a volume, or files inside it |
sf volume createsf volume create <NAME> [options]
| 参数 | 说明 |
|---|---|
NAME | <owner>/<name>, or a bare name in your own namespace (必填) |
| 选项 | 说明 |
|---|---|
--public | Let every signed-in user reference it |
--description, -d | One line shown in the listing |
sf volume lssf volume ls
--help 外没有其他选项。
sf volume pushsf volume push <DIRECTORY> [options]
| 参数 | 说明 |
|---|---|
DIRECTORY | Everything under it is uploaded, minus OS and Office noise (必填) |
| 选项 | 说明 |
|---|---|
--name, -n | <owner>/<name>, or a bare name in your own namespace (必填) |
--concurrency <int> | Uploads in flight. The right number depends on the link, not on us (默认 8) |
sf volume rmsf volume rm <NAME> [options]
| 参数 | 说明 |
|---|---|
NAME | <owner>/<name> (必填) |
| 选项 | 说明 |
|---|---|
--path, -p | Delete these files or directories instead of the whole volume; repeatable (可重复) |
--yes, -y | Skip the confirmation |