Farther ShoreDocs
Go to Farther Shore
Choose CLI and MCP operations
CLI reference
Platform operation catalog
MCP tool reference
Global CLI options
CLI: auth
CLI: login
CLI: logout
CLI: skills
CLI: docs
CLI: business
CLI: apply-timeline
CLI: proposal
CLI: env
farthershore envfarthershore env listfarthershore env createfarthershore env delete
CLI: plan
CLI: commercial-release
CLI: persona
CLI: usage
CLI: analytics
CLI: operations
CLI: organization
CLI: token
CLI: stripe
CLI: service-account
CLI: limit
CLI: audit-log
CLI: notifications
CLI: backend
CLI: frontend
CLI: webhook
CLI: agents
CLI: bulletin
CLI: promo-code
CLI: consumer
CLI: variables
CLI: agreements
CLI: tax-settings
CLI: resource-count
CLI: denial
CLI: dependents
CLI: workflow-control
CLI: automation
CLI: knowledge
CLI: link
CLI: unlink
CLI: create
CLI: import
CLI: build
CLI: validate
CLI: workflows
Status
Docs/Complete reference/CLI: env

CLI: env

Complete help for farthershore env and every subcommand.

farthershore env

Usage: farthershore env [options] [command]

Manage business environments (preview branches, prod)

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

Commands:
  list [options] [businessIdOrName]              List environments for a business
  create [options] [businessIdOrName]            Create a preview environment bound to a git branch
  delete [options] [businessIdOrName] [envName]  Delete an environment by name. Requires --yes.
  help [command]                                 display help for command

farthershore env list

Usage: farthershore env list [options] [businessIdOrName]

List environments for a business

Options:
  --filter <field=value>     Exact field filter; repeat for AND. Fields: id,
                             name, branch. (default: [])
  --sort <field[:asc|desc]>  Server-side sort (default asc). Fields: name,
                             createdAt, id.
  --search <text>            Server-side case-insensitive text search.
  -h, --help                 display help for command

farthershore env create

Usage: farthershore env create [options] [businessIdOrName]

Create a preview environment bound to a git branch

Options:
  --name <name>      Environment name (e.g. preview, staging)
  --branch <branch>  Git branch to track (e.g. env/preview)
  -h, --help         display help for command

farthershore env delete

Usage: farthershore env delete [options] [businessIdOrName] <envName>

Delete an environment by name. Requires --yes.

Options:
  --yes       Skip confirmation; required for this destructive action
  -h, --help  display help for command
PreviousCLI: proposalNextCLI: plan

On this page

farthershore envfarthershore env listfarthershore env createfarthershore env delete