# `smallforce app access`

Manage platform-level public, password, Google, or SSO access

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

## Subcommands

- [`smallforce app access get`](/docs/cli/commands/app/access/get): Read current access mode
- [`smallforce app access public`](/docs/cli/commands/app/access/public): Allow every visitor without a platform challenge
- [`smallforce app access password`](/docs/cli/commands/app/access/password): Require one shared password before serving the app
- [`smallforce app access google`](/docs/cli/commands/app/access/google): Allow only configured Google member emails
- [`smallforce app access sso`](/docs/cli/commands/app/access/sso): Require an active organization SSO connection
- [`smallforce app access members`](/docs/cli/commands/app/access/members): Manage the Google access allowlist

## Complete command help

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

Manage platform-level public, password, Google, or SSO access

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

Commands:
  get [options]                 Read current access mode
  public [options]              Allow every visitor without a platform challenge
  password [options]            Require one shared password before serving the app
  google [options]              Allow only configured Google member emails
  sso [options] <connectionId>  Require an active organization SSO connection
  members                       Manage the Google access allowlist
  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.
