How does the client authenticate me?
$ java -jar /tmp/meterian-cli.jar --interactive=false --auth-file=/tmp/tokens/mytoken.jsonIn your login script:
export METERIAN_API_TOKEN=1234fd34-..."
During normal operation:
$ java -jar /tmp/meterian-cli.jar Last updated