opctl op validate
opctl op validate [OPTIONS] OP_REF
Validate an op according to:
- existence of
op.yml
- validity of
op.yml
(per schema)
Arguments
OP_REF
Op reference (either relative/path
, /absolute/path
, host/path/repo#tag
, or host/path/repo#tag/path
).
Examples
opctl op validate myop
Global Options
see global options
Notes
op source username/password prompt
If auth w/ the op source fails the cli will (re)prompt for username & password.
in non-interactive terminals, the cli will note that it can't prompt and exit with a non zero exit code.