Skip to content

Commit c5977c5

Browse files
Release (#1641)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 05cc186 commit c5977c5

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.changeset/add-data-deleted-warning-on-deploy.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gadgetinc/ggt
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 05cc186: `ggt deploy` will now show a deleted data warning when pushing changes to production that would cause data loss.
8+
9+
<img width="654" alt="image" src="https://github.com/user-attachments/assets/52b45cc7-54fb-480e-ad73-2d80fea3d4eb">
10+
311
## 1.1.0
412

513
### Minor Changes

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Options
155155
--allow-different-directory Deploys from any local directory with existing files, even if the ".gadget/sync.json" file is missing
156156
--allow-different-app Deploys a different app using the --app command, instead of the one specified in the “.gadget/sync.json” file
157157
--allow-problems Deploys despite any existing issues found in the app (gelly errors, typescript errors etc.)
158+
--allow-data-delete Deploys even if it results in the deletion of data in production
158159
--allow-charges Deploys even if it results in additional charges to your plan
159160

160161
Examples

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ggt",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "The command-line interface for Gadget",
55
"homepage": "https://github.com/gadget-inc/ggt",
66
"bugs": {

0 commit comments

Comments
 (0)