smallforce app
Initialize, deploy, inspect, and protect a generated application
This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run smallforce app --help locally to view the same reference for your installed version.
Subcommands
smallforce app init: Create an application record and write smallforce.jsonsmallforce app deploy: Build, upload, publish, and activate an immutable Preview releasesmallforce app status: Read live application, environment, and release statesmallforce app delete: Disable and remove an application from SmallForcesmallforce app inspect: Inspect the live app release, database, and filessmallforce app db: Inspect or query the application’s implicit SQLite databasesmallforce app files: Inspect files created or uploaded while the app is runningsmallforce app logs: Read application and runtime logssmallforce app events: Read custom OpenTelemetry application eventssmallforce app analytics: Read human visitor and crawler analyticssmallforce app diagnostics: Read request failures, rate limits, and runtime diagnosticssmallforce app metrics: Read request, latency, error, and response-size metricssmallforce app traces: List and inspect OpenTelemetry request tracessmallforce app env: Manage stable Preview, Production, and custom environment targetssmallforce app var: Manage plaintext variables for one explicit environmentsmallforce app secret: Manage write-only secrets for one explicit environmentsmallforce app release: Inspect immutable application releasessmallforce app security: Read or replace optional application security controlssmallforce app access: Manage platform-level public, password, Google, or SSO access
Complete command help
Usage: smallforce app [options] [command]
Initialize, deploy, inspect, and protect a generated application
Options:
-h, --help display help for command
Commands:
init [options] Create an application record and write smallforce.json
deploy [options] Build, upload, publish, and activate an immutable Preview release
status [options] Read live application, environment, and release state
delete [options] Disable and remove an application from SmallForce
inspect [options] Inspect the live app release, database, and files
db Inspect or query the application's implicit SQLite database
files Inspect files created or uploaded while the app is running
logs [options] Read application and runtime logs
events [options] Read custom OpenTelemetry application events
analytics [options] Read human visitor and crawler analytics
diagnostics [options] Read request failures, rate limits, and runtime diagnostics
metrics [options] Read request, latency, error, and response-size metrics
traces List and inspect OpenTelemetry request traces
env Manage stable Preview, Production, and custom environment targets
var Manage plaintext variables for one explicit environment
secret Manage write-only secrets for one explicit environment
release Inspect immutable application releases
security Read or replace optional application security controls
access Manage platform-level public, password, Google, or SSO access
help [command] display help for command
Related reference
smallforce: Parent command and related operations.- CLI installation and authentication: Install the CLI and configure an API key.
- CLI JSON output: Use stable machine-readable output in scripts and agents.