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