You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize host flags, move completions to subcommand
- Rename --hostname to --host in login, keep --hostname as deprecated alias
- Rename --deepsource-host-endpoint to --host in report, keep old flag as deprecated
- Resolve host from config when --host flag is not explicitly set
- Replace --install-completions global flag with `completion` subcommand
- Simplify README to focus on what the CLI does
- Auto-run shell completion setup in install script
cmd.Flags().StringVar(&opts.OIDCRequestToken, "oidc-request-token", "", "request ID token to fetch an OIDC token from OIDC provider")
100
111
101
112
cmd.Flags().StringVar(&opts.OIDCRequestUrl, "oidc-request-url", "", "OIDC provider's request URL to fetch an OIDC token")
102
-
cmd.Flags().StringVar(&opts.DeepSourceHostEndpoint, "deepsource-host-endpoint", "https://app.deepsource.com", "DeepSource host endpoint where the app is running. Defaults to the cloud endpoint https://app.deepsource.com")
0 commit comments