We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example in rx get application --application f we could list available applications the user have access to
rx get application --application f
func init() { getCmd.AddCommand(getApplicationCmd) getApplicationCmd.Flags().StringP(flagnames.Application, "a", "", "Name of the application") getApplicationCmd.RegisterFlagCompletionFunc(flagnames.Application, func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) { return []string{"foo", "bar", "baz"}, cobra.ShellCompDirectiveNoFileComp }) setContextSpecificPersistentFlags(getApplicationCmd) }
Just listing applications, environments, components, jobs, secrets and variables would make rx way nicer to use :)
rx
DoD Implement autocomplete for values for the following 6 properties:
The text was updated successfully, but these errors were encountered:
Richard87
Successfully merging a pull request may close this issue.
For example in
rx get application --application f
we could list available applications the user have access toJust listing applications, environments, components, jobs, secrets and variables would make
rx
way nicer to use :)DoD
Implement autocomplete for values for the following 6 properties:
The text was updated successfully, but these errors were encountered: