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
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: