- Add
--authFile
command line switch to specifyauth.edgerc
filename/location. - Add
--authFileSection
command line switch to specify section withauth.edgerc
to use. - Implement
findup
to locateauthFile
in parent directories, and also look for.edgerc
file. - Output which
authfile
andauthFileSection
is being used. - ~~Remove
moment
in favour of native coding of time differences to work out request/response duration~ Fix string decodingAdd a switch which turns decoding off
Updatereadme.md
to include description of full json output being written totmp
folder.AddYargs
command line argv parserMove help screen into separate .js file and improve its aesthetics.Look forauth.edgerc
in home folder if it's not found in the current directory (require('os').homedir()
).ReplaceoutputExample.png
with animated gif showing complete but sanitised output (rather than the ugly blurred obfuscation).
Complete Readme.mdRemove unneeded dependencies.package.json
add github URLs tobugs
,homepage
&repository
package.json
change licence.package.json
make public.package.json
change version to v1.0.0Add additional checking on json non-200 response (i.e.objJSON.errors[0].error
)Rename title fornpm
repository.Add checking for missingauth.edgerc
Add shim and shebang.Add-h
,--help
command line switch and usage output.Increasedebug
output to include request objects and raw verbose response.Adddebug
output.