We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a12f2 commit 66d5017Copy full SHA for 66d5017
bin/run.js
@@ -2,6 +2,7 @@
2
3
// eslint-disable-next-line unicorn/prefer-top-level-await
4
(async () => {
5
+ require('dotenv').config()
6
const oclif = await import('@oclif/core')
7
await oclif.execute({ dir: __dirname })
8
})()
package.json
@@ -1,7 +1,7 @@
1
{
"name": "pontus-x_cli",
"description": "Command Line Interface for the Pontus-X Data Space Ecosystem",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "AgrospAI",
"bin": {
"pontus-x_cli": "bin/run.js"
0 commit comments