Hi!
I've been trying to use incap cli for some pipeline automation.
I am trying to use the args instead of the config command to pass the id and key without the config.ini file being created to not store any credentials in the agent.
However, for some reason I am getting unrecognised arguments when using the following command
incap site list --api_id "value of my api id" --api_key "value of my api key"
ERROR:
unrecognized arguments: --api_id "value of my api id" --api_key "value of my api key"