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 just upgraded my Configu CLI to the 1.0 release. I'm having issues using the ini-file and toml-file stores. I also tested the json-file store and did NOT receive any errors.
configu upsert --verbose --store localToml --set test --schema test.cfgu.yaml --assign "TEST_KEY=false"
ERROR store toml-file not found 5:31:45 AM
at ConfiguFile.registerStore (dist/configu.cjs:1571:2369)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async ConfiguFile.constructStore (dist/configu.cjs:1571:2647)
at async ConfiguInterface.getStoreInstance (dist/configu.cjs:1575:609)
at async a2.execute (dist/configu.cjs:1575:4630)
at async a2.validateAndExecute (dist/configu.cjs:1374:748)
at async e.run (dist/configu.cjs:1388:2434)
at async run (dist/configu.cjs:1588:319)
configu upsert --store localIni --set test --schema test.cfgu.yaml --assign "TEST_KEY=false"
ERROR store ini-file not found 5:26:58 AM
at ConfiguFile.registerStore (dist/configu.cjs:1571:2369)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async ConfiguFile.constructStore (dist/configu.cjs:1571:2647)
at async ConfiguInterface.getStoreInstance (dist/configu.cjs:1575:609)
at async a2.execute (dist/configu.cjs:1575:4630)
at async a2.validateAndExecute (dist/configu.cjs:1374:748)
at async e.run (dist/configu.cjs:1388:2434)
at async run (dist/configu.cjs:1588:319)
Current Behavior
I just upgraded my Configu CLI to the 1.0 release. I'm having issues using the
ini-file
andtoml-file
stores. I also tested thejson-file
store and did NOT receive any errors.Expected Behavior
I would expect the ini and toml file stores to operate like the json-file store.
To Reproduce
No response
Context
No response
The text was updated successfully, but these errors were encountered: