Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 802 Bytes

cosign_login.md

File metadata and controls

37 lines (26 loc) · 802 Bytes

cosign login

Log in to a registry

cosign login [OPTIONS] [SERVER] [flags]

Examples

  # Log in to reg.example.com
  cosign login reg.example.com -u AzureDiamond -p hunter2

Options

  -h, --help              help for login
  -p, --password string   Password
      --password-stdin    Take the password from stdin
  -u, --username string   Username

Options inherited from parent commands

      --output-file string   log output to a file
  -t, --timeout duration     timeout for commands (default 3m0s)
  -d, --verbose              log debug output
  -y, --yes                  skip confirmation prompts for non-destructive operations

SEE ALSO

  • cosign - A tool for Container Signing, Verification and Storage in an OCI registry.