Skip to content

Commit

Permalink
feat(cli-next): look in the env for the credentials if they are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Sep 11, 2024
1 parent af1df12 commit 25b78b2
Show file tree
Hide file tree
Showing 4 changed files with 4,774 additions and 83 deletions.
9 changes: 3 additions & 6 deletions components/crystallize-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/cli-next",
"version": "4.18.0",
"version": "4.19.0",
"description": "Crystallize CLI",
"main": "./build/index.js",
"repository": "https://github.com/CrystallizeAPI/crystallize-cli-next",
Expand All @@ -23,9 +23,6 @@
"yarn": "1.22.19"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/format": "^17.0.0",
"@commitlint/types": "^17.0.0",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.2.0",
"@types/marked": "^4.0.8",
Expand All @@ -46,8 +43,8 @@
"bump": "yarn tsc && yarn version --no-git-tag-version --new-version"
},
"dependencies": {
"@crystallize/import-utilities": "^1.28",
"@crystallize/js-api-client": "^1.12.2",
"@crystallize/import-utilities": "^1.33",
"@crystallize/js-api-client": "^3.2.0",
"chalk": "^5.2",
"cli-spinners": "^2.7.0",
"dotenv": "^16.0.3",
Expand Down
Loading

0 comments on commit 25b78b2

Please sign in to comment.