Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.3 KB

File metadata and controls

52 lines (37 loc) · 1.3 KB
layout default
parent auth0 experiments
has_toc false

auth0 experiments validate

Check whether an experiment is ready to be activated. Returns validation status and any blocking errors.

Usage

auth0 experiments validate [flags]

Examples

  auth0 experiments validate
  auth0 experiments validate <experiment-id>
  auth0 experiments validate <experiment-id> --json

Flags

      --json           Output in json format.
      --json-compact   Output in compact json format.

Inherited Flags

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

Related Commands