Jonathan Lloyd

Results 6 issues of Jonathan Lloyd

Current behaviour: cURL output mode actually executes the request & outputs both the cURL form and the response This is undesirable because: - The cURL format won't be printed if...

enhancement

# Steps to reproduce 1. Create a `.rif` file without a `url` field 2. Run rif on that file # Expected result ``` Invalid .rif file: - Field "URL" is...

bug

# Steps to reproduce: 1. Create a file with invalid yaml 2. Run `rif ` # Current output: ``` Error parsing .rif file: yaml: unmarshal errors: line 1: cannot unmarshal...

enhancement

**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...

help wanted
feature-request

As a user, I want to be able to pass a flag when I call rif which causes it to prompt for each variable so that I can enter variables...

feature-request