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
Long outputs (such as the help message from kubectl) don't generated reasonable output.
kubectl
invalid_blocks
Invalid Form Body
Install and enable this bundle:
gort_bundle_version: 1 name: kubectl version: 0.0.1 description: Kubectl docker: image: clockworksoul/kubectl tag: latest commands: kubectl: executable: [/usr/local/bin/kubectl] rules: - allow
Execute the following command in Slack or Discord: !kubectl --help
!kubectl --help
The text was updated successfully, but these errors were encountered:
Initial fix for handling long messages in Discord
efd4364
Create file objects for each text output, and return the files if the full text is too long to send as an embed message. Partial fix for #165
theothertomelliott
clockworksoul
No branches or pull requests
Long outputs (such as the help message from
kubectl
) don't generated reasonable output.invalid_blocks
appears, followed by the text in plain (not monospace) formatInvalid Form Body
error is output.To replicate
Install and enable this bundle:
Execute the following command in Slack or Discord:
!kubectl --help
The text was updated successfully, but these errors were encountered: