File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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-
248246Options
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 `
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments