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
Configuration can be provided either as environment variables or inside a config.json file. The config.json can be created by executing `cognigy init`.
Having set CAI_BASEURL, CAI_APIKEY, CAI_AGENT, CAI_AGENTDIR, and CAI_PLAYBOOK_TIMEOUT_SECONDS, I would expect that the config file should be redundant. However, when running cognigy clone, it fails with No config.json file found. Please run cognigy init..
Alternatively, running cognigy init when the environment variables set, should probably populate the input fields that is asked for during initialization.
The text was updated successfully, but these errors were encountered:
You write that it should be possible to use environment variables instead of the
config.json
, but I can't seem to get it to work:Cognigy-CLI/README.md
Line 48 in 9473de4
Having set
CAI_BASEURL
,CAI_APIKEY
,CAI_AGENT
,CAI_AGENTDIR
, andCAI_PLAYBOOK_TIMEOUT_SECONDS
, I would expect that the config file should be redundant. However, when runningcognigy clone
, it fails withNo config.json file found. Please run cognigy init.
.Alternatively, running
cognigy init
when the environment variables set, should probably populate the input fields that is asked for during initialization.The text was updated successfully, but these errors were encountered: