# `smallforce assets`

Upload and manage organization-owned files used across SmallForce

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce assets --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce assets upload`](/docs/cli/commands/assets/upload): Upload a file and get an asset id
- [`smallforce assets get`](/docs/cli/commands/assets/get): Get an asset's metadata and a download URL
- [`smallforce assets delete`](/docs/cli/commands/assets/delete): Delete an asset

## Complete command help

```text
Usage: smallforce assets [options] [command]

Upload and manage organization-owned files used across SmallForce

Options:
  -h, --help                  display help for command

Commands:
  upload [options] <file>     Upload a file and get an asset id
  get [options] <assetId>     Get an asset's metadata and a download URL
  delete [options] <assetId>  Delete an asset
  help [command]              display help for command
```

## Related reference

- [`smallforce`](/docs/cli/commands): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
