Releases #7
Big week: non-technical workflow in Slack, CLI 0.2.0, better Task statuses, and more. I'm excited, this was one of our biggest weeks for releases.
With today's releases, we enable non-technical workflows. Non-engineers can start leveraging Runops! Making a SQL query or a python script available for Customer Success or Product Managers to run from Slack now takes 10 seconds: just add the script to Git!
π We released Templates in Slackβ
Simply run /runops templates
anywhere in Slack to get started. You can select the template from a dropdown and we will create a dynamic modal with one input field for each parameter in your Template.
π¬ Run Tasks and receive Logs in Slackβ
You can start Tasks executions from Slack. When a Task is fully approved we send you a button to trigger the Task run. After the Task finishes executing, you will get the logs in a file from the Runops bot.
πΎ CLI 0.2.0 is even easier to run tasks!β
With the release of the version 0.2.0 of the CLI, the type and message flags are optional when creating Tasks. Now you only need to provide the Connection and the script. Quickly run scripts on Connections without reviews, we get out of the way: runops tasks create -t test-db -s 'select 1'
To make the experience more consistent, we moved the -t flag from the type to the target, as type isn't going to be used much now. You can still use it to override the type from the Connection using the -y option.
π¦ Improved Task status feedbackβ
Now you get a notification in Slack about the status of your Tasks. Both failure and success outcomes are updated in the Task so you can check them in the CLI, admin UI, or Slack. βΆοΈ Autorun Tasks Tasks that require no review will automatically run when created. You can get the results back from a script with 2 commands now instead of 3.
βοΈ Other improvements and bug fixesβ
π Fixed bug for list Connections and Tasks on older Mac versions πΎ Improved install script with npm config checks and input for key π Simplified Getting Started guide
Check out all previous releases [here]([[βοΈ Runops Releases]]). As always, let us know what you think! Any thoughts, comments, critiques, are very welcome.