You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use --help or help returns a message that an API key must be provided.
$ tr-push --help
A Transcend API key must be provided. You can specify using --auth=$TRANSCEND_API_KEY
$ tr-push help
A Transcend API key must be provided. You can specify using --auth=$TRANSCEND_API_KEY
Worse, after supplying the argument the command immediately tries write data:
$ tr-push --auth=$TRANSCEND_API_KEY --help
Reading file "./transcend.yml"...
Successfully readin"./transcend.yml"
Fetching data with page size 50...
Syncing "XX" data categories...
What's expected?
Help about the command, its options, and its inputs would be displayed.
If unexpected arguments are supplied then the command would fail to run.
The text was updated successfully, but these errors were encountered:
What happened?
Trying to use
--help
orhelp
returns a message that an API key must be provided.Worse, after supplying the argument the command immediately tries write data:
What's expected?
The text was updated successfully, but these errors were encountered: