Skip to content

Commit 5d8e131

Browse files
Release (#1947)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8bf2df7 commit 5d8e131

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.changeset/smooth-rice-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gadgetinc/ggt
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 8bf2df7: New `ggt add env` command has been added to allow for environment creation.
8+
39
## 1.4.2
410

511
### Patch Changes

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ Usage
243243

244244
ggt add field <model_path>/<field_name>:<field_type>
245245

246-
ggt add environment <env_name> [options]
247-
248246
Options
249247
-e, --env <env_name> Selects the environment to add to. Default set on ".gadget/sync.json"
250248

@@ -268,7 +266,7 @@ Examples
268266
ggt add route GET howdy
269267

270268
Clone the `development` environment into a new `staging` environment
271-
$ ggt add environment staging --environment development
269+
ggt add environment staging --environment development
272270
```
273271

274272
### `ggt open`

package.json

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

0 commit comments

Comments
 (0)