Hi,
In most of Uplink CLI commands, it is possible to use the --access parameter. The help message for that parameter states “the serialized access, or name of the access to use”. I had some troubles figuring out how to provide the serialized access, but I finally got it from the configuration file of the installation (~/.local/share/storj/uplink/config.yaml).
However, I am trying to do some automation and I would like to know if it is possible to output an access through Uplink CLI. I thought “uplink access inspect MY_ACCESS” would do it, but it does not. So, does Uplink CLI offer what I need? Or will I need to parse the configuration file myself to achieve what I want?
Thank you.