Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.97 KB

File metadata and controls

58 lines (43 loc) · 1.97 KB
layout default
parent auth0 experimentation experiments
has_toc false

auth0 experimentation experiments list

List all experiments. To create one, run: auth0 experimentation experiments create.

Usage

auth0 experimentation experiments list [flags]

Examples

  auth0 experimentation experiments list
  auth0 experimentation experiments ls
  auth0 experimentation experiments list --json
  auth0 experimentation experiments list --status active
  auth0 experimentation experiments list --feature-flag-id <id>

Flags

      --authentication-flow string   Filter by authentication flow.
      --csv                          Output in csv format.
      --feature-flag-id string       Filter by feature flag ID.
      --json                         Output in json format.
      --json-compact                 Output in compact json format.
      --status string                Filter by status (draft, active, paused, completed, archived).

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.

Related Commands