CLI - otdfctl
otdfctl - otdfctl - OpenTDF Control Tool
Synopsis
otdfctl [flags]Description
Note: Starting with version 1.67 of go-grpc, ALPN (Application-Layer Protocol Negotiation) is now enforced.
To work around this, you can either:
- Disable ALPN enforcement by setting the following environment variable:
export GRPC_ENFORCE_ALPN_ENABLED=false - Enable HTTP/2 on your load balancer.
Options
-
--version <version> - show version (required:
false)
-
--profile <profile> - profile to use for interacting with the platform (required:
false)
-
--host <host> - Hostname of the platform (i.e. https://localhost) (required:
false)
-
--tls-no-verify <tls-no-verify> - disable verification of the server's TLS certificate (required:
false)
-
--log-level <log-level> - log level (required:
false) (default:info)
-
--with-access-token <with-access-token> - access token for authentication via bearer token (required:
false)
-
--with-client-creds-file <with-client-creds-file> - path to a JSON file containing a 'clientId' and 'clientSecret' for auth via client-credentials flow (required:
false)
-
--with-client-creds <with-client-creds> - JSON string containing a 'clientId' and 'clientSecret' for auth via client-credentials flow (required:
false)
-
--json <json> - output in JSON format (required:
false)
-
--debug <debug> - enable debug output (required:
false)