pachctl idp update-client
pachctl idp update-client #
Update an OIDC client.
Synopsis #
This command updates an OIDC client’s settings via a YAML configuration file or stdin input.
pachctl idp update-client [flags]
Examples #
pachctl idp update-client --config settings.yaml
Options #
--config string Set the file to read the YAML-encoded client configuration from, or use '-' for stdin. (default "-")
-h, --help help for update-client
Options inherited from parent commands #
--no-color Turn off colors.
--rpc-timeout duration If non-zero, perform all client operations with this RPC deadline.
-v, --verbose Output verbose logs.
SEE ALSO #
- pachctl idp - Commands to manage identity provider integrations