Describe the feature
Expected behavior
Currently, the only way to load a file is if a field is expecting a TYPE_BYTES with the flag --bytes-from-file, but in the CLI mode, we can load a request file with -f so it would be convenient to be able to do the same with the REPL mode.
Describe the feature
Expected behavior
Currently, the only way to load a file is if a field is expecting a
TYPE_BYTESwith the flag--bytes-from-file, but in theCLImode, we can load a request file with-fso it would be convenient to be able to do the same with theREPLmode.