Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.92 KB

ic.md

File metadata and controls

36 lines (29 loc) · 1.92 KB

ic

Inventory CLI

ic [command] [flags]

Options

  -l, --log-level string                             Log level (default "info")
  -s, --api-server string                            URL for the inventory server. (default "https://api.k8s.netic.dk")
  -i, --interactive string                           Run in interactive mode. One of (yes|no|auto) (default "auto")
  -o, --output-format string                         Output format. One of (text|json) (default "text")
      --no-headers                                   Do not print headers
      --oidc-issuer-url string                       Issuer URL for the OIDC Provider (default "https://keycloak.netic.dk/auth/realms/mcs")
      --oidc-client-id string                        OIDC client ID (default "inventory-cli")
      --oidc-grant-type string                       OIDC authorization grant type. One of (authcode-browser|authcode-keyboard) (default "authcode-browser")
      --oidc-redirect-url-hostname string            [authcode-browser] Hostname of the redirect URL (default "localhost")
      --oidc-auth-bind-addr string                   [authcode-browser] Bind address and port for local server used for OIDC redirect (default "localhost:18000")
      --oidc-redirect-uri-authcode-keyboard string   [authcode-keyboard] Redirect URI when using authcode keyboard (default "urn:ietf:wg:oauth:2.0:oob")
      --oidc-token-cache-dir string                  Directory used to store cached tokens (default "/Users/kn/Library/Caches/ic/oidc-login")
  -h, --help                                         help for ic

SEE ALSO

Auto generated by spf13/cobra on 28-Apr-2024