jpomykala Posted December 17, 2023 Posted December 17, 2023 Hey, I wanted to create simple workflow for building a command with parameters for terminal, eg.: logs my-log-group --since 24h | grep 'XYZ' where 'logs' is a keyword, 'my-log-group' is selectable from a list, and further options are optional. So far, I've made the first step where I used script filter to load and show 'my-log-group' options. How to configure the workflow to add other options? I've made all tutorials and I read a few document pages but I still cannot get this to work. What other workflow elements I need to use to add optional options and eventually run the command?
vitor Posted December 18, 2023 Posted December 18, 2023 Keep adding Script Filters (if you need dynamic options), or List Filters (for fixed options), or Keyword Input (freeform options), and between each have an Arg and Vars Utility to save it to a variable to read back at the end.
jpomykala Posted December 21, 2023 Author Posted December 21, 2023 (edited) It works! It's probably not the most efficient way to make it, but I finally made it work. Thank you! Edited December 21, 2023 by jpomykala
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now