-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
User Story:
As a RIF user, I want to be able to use the tab completion functionality of my shell (Bash/Zsh/Fish) for the different variables in my RIF file so that I can discover the available parameters more easily.
Feature Overview:
RIF has support for parameterizing requests by adding variable templates to your RIF file. It is currently quite difficult to know what parameters are available in a given RIF file (currently, the best way is to run RIF against the file without any parameters and read he error message). Discoverability would be greatly improved if you could use tab completion in your shell to see the available parameters.
Reactions are currently unavailable