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 312c1b8
Show file tree
Hide file tree
Showing 4 changed files with 6,409 additions and 41 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -46,8 +46,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 312c1b8

Please sign in to comment.