You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,35 +127,35 @@ The above commands all require Gravity Forms to be installed. However, if Gravit
125
127
126
128
The install command will download and install the latest version Gravity Forms and then run the database setup. The license key will be saved in the plugin settings.
127
129
128
-
A valid license key is required either in the GF_LICENSE_KEY constant or the --key option.
130
+
A valid license key is required either in the `GF_LICENSE_KEY` constant or the `--key` option.
129
131
130
132
Examples:
131
133
132
-
* wp gf install -key=xxxxx
133
-
* wp gf install -key=xxxxx --activate
134
-
* wp gf install gravityformspolls -key=xxxxx
135
-
* wp gf install gravityformsquiz -key=xxxxx
134
+
*`wp gf install --key=xxxxx`
135
+
*`wp gf install --key=xxxxx --activate`
136
+
*`wp gf install gravityformspolls --key=xxxxx`
137
+
*`wp gf install gravityformsquiz --key=xxxxx`
136
138
137
-
Once installed, the database can be set up or upgraded separately using the setup command. The command will not re-run the setup unless the --force flag is set.
139
+
Once installed, the database can be set up or upgraded separately using the setup command. The command will not re-run the setup unless the `--force` flag is set.
138
140
139
141
Examples:
140
142
141
-
* wp gf setup
142
-
* wp gf setup --force
143
+
*`wp gf setup`
144
+
*`wp gf setup --force`
143
145
144
146
Gravity Forms and add-ons can be updated using the update command.
145
147
146
148
Examples:
147
149
148
-
* wp gf update
149
-
* wp gf update gravityformspolls
150
+
*`wp gf update`
151
+
*`wp gf update gravityformspolls`
150
152
151
153
Check the current version using the version command.
152
154
153
155
Examples:
154
156
155
-
* wp gf version
156
-
* wp gf version gravityformspolls
157
+
*`wp gf version`
158
+
*`wp gf version gravityformspolls`
157
159
158
160
159
161
Requirements
@@ -167,6 +169,6 @@ Requirements
167
169
Support
168
170
-------
169
171
170
-
If you find anything that needs fixing, or if you have any ideas for improvements, please open a support ticket:
171
-
https://www.gravityforms.com/open-support-ticket/
172
+
If you find anything that needs fixing please open a support ticket at https://www.gravityforms.com/open-support-ticket/
172
173
174
+
If you have any ideas for improvements please submit your idea at https://www.gravityforms.com/gravity-forms-roadmap/
@@ -129,36 +131,36 @@ The above commands all require Gravity Forms to be installed. However, if Gravit
129
131
130
132
The install command will download and install the latest version Gravity Forms available for auto-update and then run the database setup. The license key will be saved in the plugin settings.
131
133
132
-
A valid license key is required either in the GF_LICENSE_KEY constant or the --key option.
134
+
A valid license key is required either in the `GF_LICENSE_KEY` constant or the `--key` option.
133
135
134
136
Examples:
135
137
136
-
* wp gf install -key=xxxxx
137
-
* wp gf install -key=xxxxx --activate
138
-
* wp gf install gravityformspolls -key=xxxxx
139
-
* wp gf install gravityformsquiz -key=xxxxx
138
+
* `wp gf install --key=xxxxx`
139
+
* `wp gf install --key=xxxxx --activate`
140
+
* `wp gf install gravityformspolls --key=xxxxx`
141
+
* `wp gf install gravityformsquiz --key=xxxxx`
140
142
141
-
Once installed, the database can be set up or upgraded separately using the setup command. The command will not re-run the setup unless the --force flag is set.
143
+
Once installed, the database can be set up or upgraded separately using the setup command. The command will not re-run the setup unless the `--force` flag is set.
142
144
143
145
Examples:
144
146
145
-
* wp gf setup
146
-
* wp gf setup --force
147
+
* `wp gf setup`
148
+
* `wp gf setup --force`
147
149
148
150
Gravity Forms and official add-ons can be updated using the update command.
149
151
150
152
Examples:
151
153
152
-
* wp gf update
153
-
* wp gf update gravityformspolls
154
+
* `wp gf update`
155
+
* `wp gf update gravityformspolls`
154
156
155
157
156
158
Check the current version using the version command.
157
159
158
160
Examples:
159
161
160
-
* wp gf version
161
-
* wp gf version gravityformspolls
162
+
* `wp gf version`
163
+
* `wp gf version gravityformspolls`
162
164
163
165
164
166
= Requirements =
@@ -169,12 +171,14 @@ Examples:
169
171
170
172
= Support =
171
173
172
-
If you find any that needs fixing, or if you have any ideas for improvements, please submit a support ticket:
173
-
https://www.gravityforms.com/open-support-ticket/
174
+
If you find anything that needs fixing please open a support ticket at https://www.gravityforms.com/open-support-ticket/
174
175
176
+
If you have any ideas for improvements please submit your idea at https://www.gravityforms.com/gravity-forms-roadmap/
175
177
176
178
== Installation ==
177
179
180
+
`wp plugin install gravityformscli --activate` or
181
+
178
182
1. Download the zipped file.
179
183
1. Extract and upload the contents of the folder to /wp-contents/plugins/ folder
180
184
1. Go to the Plugin management page of WordPress admin section and enable the 'Gravity Forms CLI' plugin
- Updated the ids format of the entry list command to support the page-size and offset args. Credit: Ulrich Pogson.
187
-
- Updated the form export command to support the optional filename arg e.g. wp gf form export 1 --filename=testing.json. Credit: Timothy Decker.
188
-
- Fixed an issue where the install command could not network activate plugins.
189
-
- Fixed an error occurring when using the form notification update command without the notification-id arg.
190
-
- Fixed an issue with the entry export command.
190
+
- Updated the ids format of the `wp gf entry list` command to support the page-size and offset args. Credit: Ulrich Pogson.
191
+
- Updated the form export command to support the optional filename arg e.g. `wp gf form export 1 --filename=testing.json`. Credit: Timothy Decker.
192
+
- Fixed an issue where the `wp gf install` command could not network activate plugins.
193
+
- Fixed an error occurring when using the `wp gf form notification update` command without the notification-id arg.
194
+
- Fixed an issue with the `wp gf entry export` command.
191
195
192
196
= 1.1 =
193
-
- Added support for start_date and end_date filters for the entry export command. e.g. wp gf entry export 11 --start_date="2018-11-01" --end_date="2018-11-11"
194
-
- Added the "wp gf tool system-report" command and the "wp gf tool status" alias for outputting the system report from the Gravity Forms 2.2+ System Status page.
195
-
- Fixed an issue with the "wp gf install" command ending with an error message when no error occurred.
197
+
- Added support for start_date and end_date filters for the entry export command. e.g. `wp gf entry export 11 --start_date="2018-11-01" --end_date="2018-11-11"`
198
+
- Added the `wp gf tool system-report` command and the `wp gf tool status` alias for outputting the system report from the Gravity Forms 2.2+ System Status page.
199
+
- Fixed an issue with the `wp gf install` command ending with an error message when no error occurred.
196
200
- Fixed an issue where old messages could continue to be displayed in the admin following a license key change.
197
-
- Fixed an "invalid synopsis part" warning and an "unknown parameter" error with the wp gf form field update command.
198
-
- Fixed the wp gf form update command using the wrong argument to get the existing form which could result in a form not found error.
199
-
- Fixed an issue with the form create command where missing field IDs are added automatically.
201
+
- Fixed an "invalid synopsis part" warning and an "unknown parameter" error with the `wp gf form field update` command.
202
+
- Fixed the `wp gf form update` command using the wrong argument to get the existing form which could result in a form not found error.
203
+
- Fixed an issue with the `wp gf form create` command where missing field IDs are added automatically.
200
204
201
205
= 1.0 =
202
-
- Added the wp gf license command.
206
+
- Added the `wp gf license` command.
203
207
- Fixed an issue with updating forms from an export file.
204
208
205
209
= 1.0-rc-1 =
206
-
- Added the --file arg to the wp gf form update command to allow forms to be updated from an export file.
210
+
- Added the `--file` arg to the `wp gf form update` command to allow forms to be updated from an export file.
207
211
- Fixed a fatal error when using the install command.
208
212
209
213
= 1.0-beta-5 =
210
-
- Added the wp gf form notification command.
211
-
- Added the wp gf entry notification command.
212
-
- Added the wp version command.
213
-
- Added the wp update command.
214
-
- Updated the install and update commands to download the latest hotfix version by default.
215
-
- Fixed an issue with wp gf form export <form-id> where the form ID is ignored.
214
+
- Added the `wp gf form notification` command.
215
+
- Added the `wp gf entry notification` command.
216
+
- Added the `wp gf version` command.
217
+
- Added the `wp gf update` command.
218
+
- Updated the `install` and `update` commands to download the latest hotfix version by default.
219
+
- Fixed an issue with `wp gf form export <form-id>` where the form ID is ignored.
216
220
217
221
= 1.0-beta-4 =
218
-
- Updated the install command to pass the --force value to the setup command.
222
+
- Updated the `install` command to pass the `--force` value to the setup command.
219
223
- Updated the output when forcing the setup.
220
224
221
225
= 1.0-beta-3 =
222
-
- Added the wp gf setup command
223
-
- Fixed an issue with the install command where the database was not setup until visiting the WP dashboard.
226
+
- Added the `wp gf setup` command
227
+
- Fixed an issue with the `install` command where the database was not setup until visiting the WP dashboard.
0 commit comments