cli.reservation

otto reservation — read-only helpers over the configured reservation backend.

Subcommands:

  • otto --lab LAB reservation whoami — show the resolved identity and backend.

  • otto --lab LAB reservation check — run the reservation check and print a human-readable report. Useful as a pre-flight before a long otto test.

Both reuse the top-level --lab option — no redundant flags here.

otto.cli.reservation.reservation_callback(ctx)

Inspect and verify lab reservations.

Return type:

None

otto.cli.reservation.whoami()

Show the resolved reservation identity and backend.

Return type:

None

otto.cli.reservation.check()

Run the reservation check for the top-level --lab and report.

Return type:

None