@gadgetinc/ggt 0.1.2-alpha.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -119,7 +119,7 @@ EXAMPLES
119
119
  $ ggt sync --app https://my-app.gadget.app/edit
120
120
  ```
121
121
 
122
- _See code: [src/commands/sync.ts](https://github.com/gadget-inc/ggt/blob/v0.1.2-alpha.1/src/commands/sync.ts)_
122
+ _See code: [src/commands/sync.ts](https://github.com/gadget-inc/ggt/blob/v0.1.3/src/commands/sync.ts)_
123
123
 
124
124
  ### `ggt help [COMMAND]`
125
125
 
@@ -133,7 +133,7 @@ ARGUMENTS
133
133
  COMMAND The command to show help for.
134
134
  ```
135
135
 
136
- _See code: [src/commands/help.ts](https://github.com/gadget-inc/ggt/blob/v0.1.2-alpha.1/src/commands/help.ts)_
136
+ _See code: [src/commands/help.ts](https://github.com/gadget-inc/ggt/blob/v0.1.3/src/commands/help.ts)_
137
137
 
138
138
  ### `ggt login`
139
139
 
@@ -149,7 +149,7 @@ EXAMPLES
149
149
  Hello, Jane Doe (jane@example.com)
150
150
  ```
151
151
 
152
- _See code: [src/commands/login.ts](https://github.com/gadget-inc/ggt/blob/v0.1.2-alpha.1/src/commands/login.ts)_
152
+ _See code: [src/commands/login.ts](https://github.com/gadget-inc/ggt/blob/v0.1.3/src/commands/login.ts)_
153
153
 
154
154
  ### `ggt logout`
155
155
 
@@ -164,7 +164,7 @@ EXAMPLES
164
164
  Goodbye
165
165
  ```
166
166
 
167
- _See code: [src/commands/logout.ts](https://github.com/gadget-inc/ggt/blob/v0.1.2-alpha.1/src/commands/logout.ts)_
167
+ _See code: [src/commands/logout.ts](https://github.com/gadget-inc/ggt/blob/v0.1.3/src/commands/logout.ts)_
168
168
 
169
169
  ### `ggt whoami`
170
170
 
@@ -179,7 +179,7 @@ EXAMPLES
179
179
  You are logged in as Jane Doe (jane@example.com)
180
180
  ```
181
181
 
182
- _See code: [src/commands/whoami.ts](https://github.com/gadget-inc/ggt/blob/v0.1.2-alpha.1/src/commands/whoami.ts)_
182
+ _See code: [src/commands/whoami.ts](https://github.com/gadget-inc/ggt/blob/v0.1.3/src/commands/whoami.ts)_
183
183
 
184
184
  <!-- commandsstop -->
185
185