Skip to content

opct status

opct status shows the status of the current test environment.

Options

Show the current status of the validation tool

Usage:
  opct status [flags]

Examples:
opct status --watch

Flags:
  -h, --help                 help for status
  -w, --watch                Keep watch status after running
      --watch-interval int   Interval to watch the status and print in the stdout (default 10)

Global Flags:
      --kubeconfig string   kubeconfig for target OpenShift cluster
      --log-level string    logging level (default "info")

Summary

The opct status command is used to check the status of the test environment. It provides information about the current state and any issues that may need attention.

Examples

To check the status of the test environment, simply run:

opct status

This will output the current status and any relevant details.

If you want to keep watching the results, just run:

opct status --watch