cyverse / gocommands

iRODS Command-line Tools written in Go
Other
29 stars 18 forks source link

example without `goinit` (using pre-authenticated credential file) #1

Closed max-mapper closed 2 years ago

max-mapper commented 2 years ago

can this be used by passing a credentials file and avoiding have to goinit on fresh machine?

iychoi commented 2 years ago

You don't need to perform goinit. You can directly call goput or goget with -c option. I'll add an example in README soon.

iychoi commented 2 years ago

Updated README.

Also, added support for reading configurations from a YAML/JSON file or environmental variables. Please check out README.