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
kompose completion generate a script that introduces a completion for the shell but this feature does not work for new instance of shell.
Added a suggestion to add these commands to shell configuration file to enable completion permanently.
No response
1.34
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
Also, commands can be improved to make them directly add to the config file.
Ex.
echo "source <(kompose completion bash)" >> ~/.bashrc echo "source <(kompose completion zsh)" >> ~/.zshrc echo "kompose completion fish | source" >> ~/.config/fish/config.fish
Hi, I tested all three and it still works. Your PR only adds comments.
utkarsh-singh1
Successfully merging a pull request may close this issue.
Expected Behavior
kompose completion generate a script that introduces a completion for the shell but this feature does not work for new instance of shell.
Actual Behavior
Added a suggestion to add these commands to shell configuration file to enable completion permanently.
Steps To Reproduce
No response
Kompose Version
Docker-Compose file
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: