# unikraft certificates wait

Wait for certificates to match a filter.

```
unikraft certificates wait --until=UNTIL <target> ... [flags]
```

## Options

```
  -f, --field FIELD           Specify which fields to include in the output.
  --interval INTERVAL         Polling interval. (default 2s)
  -o, --output OUTPUT         Output format. One of: kv, table, json, yaml, raw, quiet, template.
  --timeout TIMEOUT           Timeout before giving up.
  --until UNTIL               Filter expression to wait for.
```

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## See Also

* [`unikraft certificates`](../certificates.mdx): Manage Unikraft Cloud certificates.

