apigeetool-node
apigeetool-node copied to clipboard
Format of .netrc file is not documented
The new feature to read credentials from a .netrc file is potentially useful; however, the format of the .netrc file is not documented in the read me. What do the contents of this file look like, and is it placed in the home directory? Would a copy in the cwd override a home directory copy?
Looks like it is using this package: https://www.npmjs.com/package/netrc so I guess have a read of that one. The format should be something like:
machine api.enterprise.apigee.com login [email protected] password yourpassword