Skip to content

Commit

Permalink
Error handling for someone trying to run jss create (#893)
Browse files Browse the repository at this point in the history
* Deprecate `jss create`

* Update yarn.lock

* Deprecation message

* show message

* Add message

* update yarn.lock

* Improve CLI log

* Remove `use:`
  • Loading branch information
illiakovalenko authored Dec 20, 2021
1 parent bc7bb4e commit bc6ebbb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 939 deletions.
7 changes: 0 additions & 7 deletions packages/sitecore-jss-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@
},
"dependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "^20.0.0-canary.96",
"axios": "^0.21.1",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"jszip": "^3.2.2",
"readline-sync": "^1.4.10",
"resolve": "^1.12.0",
"tmp": "^0.1.0",
Expand All @@ -50,9 +46,6 @@
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/cross-spawn": "^6.0.0",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/jszip": "^3.1.6",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.11",
"@types/readline-sync": "^1.4.3",
Expand Down
59 changes: 0 additions & 59 deletions packages/sitecore-jss-cli/src/create/create.source.folder.ts

This file was deleted.

190 changes: 0 additions & 190 deletions packages/sitecore-jss-cli/src/create/create.source.github.ts

This file was deleted.

Loading

0 comments on commit bc6ebbb

Please sign in to comment.