flagsmith
flagsmith
The Flagsmith command-line interface
flagsmith [flags]Options
--api-url string Flagsmith API base URL (env: FLAGSMITH_API_URL) (default "https://api.flagsmith.com")
-c, --config-path string path to flagsmith.json (env: FLAGSMITH_CONFIG_PATH)
-e, --environment string environment as its client-side SDK key (env: FLAGSMITH_ENVIRONMENT)
-h, --help help for flagsmith
--jq string filter JSON output through a jq expression (implies --json)
--json output JSON instead of human-readable text (env: FLAGSMITH_JSON_OUTPUT)
--no-input never prompt or open a browser; fail if required input is missing (env: FLAGSMITH_NO_INPUT)
--organisation string organisation ID or name (env: FLAGSMITH_ORGANISATION)
-p, --project string project ID or name (env: FLAGSMITH_PROJECT)
--sdk-api-url string SDK API base URL for flag evaluation (env: FLAGSMITH_SDK_API_URL)
--yes answer confirmations affirmativelySEE ALSO
- flagsmith api - Call the Flagsmith API with the CLI’s credentials
- flagsmith auth - Inspect and manage authentication
- flagsmith config - Show the resolved context and where each value comes from
- flagsmith environment - Manage environments in the current project
- flagsmith evaluate - Show the flags an SDK resolves for the current environment
- flagsmith feature - Manage features in the current project
- flagsmith flag - Inspect feature flags in the current environment
- flagsmith init - Bind this directory to a Flagsmith project (writes flagsmith.json)
- flagsmith login - Log in to Flagsmith in your browser
- flagsmith logout - Log out of an instance and revoke the stored session
- flagsmith organisation - Manage organisations
- flagsmith project - Manage projects
- flagsmith segment - Manage segments in the current project