# `smallforce app files`

Inspect files created or uploaded while the app is running

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

## Subcommands

- [`smallforce app files info`](/docs/cli/commands/app/files/info): Read actual file usage and limits
- [`smallforce app files list`](/docs/cli/commands/app/files/list): List application files
- [`smallforce app files get`](/docs/cli/commands/app/files/get): Inspect one application file
- [`smallforce app files download`](/docs/cli/commands/app/files/download): Download one application file

## Complete command help

```text
Usage: smallforce app files [options] [command]

Inspect files created or uploaded while the app is running

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

Commands:
  info [options]             Read actual file usage and limits
  list [options]             List application files
  get [options] <path>       Inspect one application file
  download [options] <path>  Download one application file
  help [command]             display help for command
```

## Related reference

- [`smallforce app`](/docs/cli/commands/app): 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.
