Skip to content

Commit 7bb78b6

Browse files
chore: regenerate docs
1 parent 44fdb12 commit 7bb78b6

File tree

2 files changed

+374
-350
lines changed

2 files changed

+374
-350
lines changed

docs/commands/readme.md

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ USAGE
2525
FLAGS
2626
-b, --bucket=<value>... (required)
2727
--no-color Disable color output.
28-
--verbose Increase the verbosity of the logs.
28+
--verbose Increase the verbosity of the output.
2929
3030
DESCRIPTION
3131
Create a bucket in .shopkeeper
@@ -43,7 +43,7 @@ USAGE
4343
4444
FLAGS
4545
--no-color Disable color output.
46-
--verbose Increase the verbosity of the logs.
46+
--verbose Increase the verbosity of the output.
4747
4848
DESCRIPTION
4949
Output the current bucket
@@ -63,7 +63,7 @@ FLAGS
6363
-b, --bucket=<value>... (required)
6464
-f, --force Skip confirmation.
6565
--no-color Disable color output.
66-
--verbose Increase the verbosity of the logs.
66+
--verbose Increase the verbosity of the output.
6767
6868
DESCRIPTION
6969
Delete a bucket
@@ -82,7 +82,7 @@ USAGE
8282
FLAGS
8383
-b, --bucket=<value>...
8484
--no-color Disable color output.
85-
--verbose Increase the verbosity of the logs.
85+
--verbose Increase the verbosity of the output.
8686
8787
DESCRIPTION
8888
Initialize .shopkeeper directory in the current directory
@@ -100,7 +100,7 @@ USAGE
100100
101101
FLAGS
102102
--no-color Disable color output.
103-
--verbose Increase the verbosity of the logs.
103+
--verbose Increase the verbosity of the output.
104104
105105
DESCRIPTION
106106
List buckets
@@ -122,7 +122,7 @@ FLAGS
122122
--bucket=<value> The bucket you want to restore your settings from.
123123
--no-color Disable color output.
124124
--path=<value> The path to your theme directory.
125-
--verbose Increase the verbosity of the logs.
125+
--verbose Increase the verbosity of the output.
126126
127127
DESCRIPTION
128128
Restores the theme settings from the specified bucket
@@ -144,7 +144,7 @@ FLAGS
144144
--bucket=<value> The bucket where you want to save your settings.
145145
--no-color Disable color output.
146146
--path=<value> The path to your theme directory.
147-
--verbose Increase the verbosity of the logs.
147+
--verbose Increase the verbosity of the output.
148148
149149
DESCRIPTION
150150
Saves the current theme settings to the specified bucket
@@ -166,7 +166,7 @@ FLAGS
166166
--bucket=<value> The bucket to switch to
167167
--no-color Disable color output.
168168
--path=<value> The path to your theme directory.
169-
--verbose Increase the verbosity of the logs.
169+
--verbose Increase the verbosity of the output.
170170
171171
DESCRIPTION
172172
Switches the current bucket by copying settings and .env
@@ -180,10 +180,10 @@ Display help for shopkeeper.
180180

181181
```
182182
USAGE
183-
$ shopkeeper help [COMMANDS] [-n]
183+
$ shopkeeper help [COMMANDS...] [-n]
184184
185185
ARGUMENTS
186-
COMMANDS Command to show help for.
186+
COMMANDS... Command to show help for.
187187
188188
FLAGS
189189
-n, --nested-commands Include all nested commands in the output.
@@ -207,13 +207,13 @@ FLAGS
207207
-e, --environment=<value> The environment to apply to the current command.
208208
-j, --json Output JSON instead of a UI.
209209
-n, --nodelete Runs the push command without deleting local files.
210-
-s, --store=<value> Store URL. It can be the store prefix (johns-apparel) or the full myshopify.com URL
211-
(johns-apparel.myshopify.com, https://johns-apparel.myshopify.com).
210+
-s, --store=<value> Store URL. It can be the store prefix (example) or the full myshopify.com URL
211+
(example.myshopify.com, https://example.myshopify.com).
212212
-t, --theme=<value> (required) Theme ID or name of the remote theme.
213213
--no-color Disable color output.
214214
--password=<value> Password generated from the Theme Access app.
215215
--path=<value> The path to your theme directory.
216-
--verbose Increase the verbosity of the logs.
216+
--verbose Increase the verbosity of the output.
217217
218218
DESCRIPTION
219219
Create a theme with a name or ID. Update theme if one with name already exists
@@ -245,8 +245,8 @@ USAGE
245245
FLAGS
246246
-e, --environment=<value> The environment to apply to the current command.
247247
-n, --nodelete Runs the push command without deleting local files.
248-
-s, --store=<value> Store URL. It can be the store prefix (johns-apparel) or the full myshopify.com URL
249-
(johns-apparel.myshopify.com, https://johns-apparel.myshopify.com).
248+
-s, --store=<value> Store URL. It can be the store prefix (example) or the full myshopify.com URL
249+
(example.myshopify.com, https://example.myshopify.com).
250250
--blue=<value> Blue theme ID
251251
--green=<value> Green theme ID
252252
--no-color Disable color output.
@@ -255,7 +255,7 @@ FLAGS
255255
--publish Publishes the on-deck theme after deploying
256256
--strategy=<option> [default: blue-green] Strategy to use for deployment
257257
<options: blue-green|basic>
258-
--verbose Increase the verbosity of the logs.
258+
--verbose Increase the verbosity of the output.
259259
260260
DESCRIPTION
261261
Deploy theme source to store
@@ -269,16 +269,17 @@ Get details of theme
269269

270270
```
271271
USAGE
272-
$ shopkeeper theme get -t <value> [--no-color] [--verbose] [-s <value>] [--password <value>] [-j]
272+
$ shopkeeper theme get -t <value> [--no-color] [--verbose] [-s <value>] [--password <value>] [-e <value>] [-j]
273273
274274
FLAGS
275-
-j, --json Output JSON instead of a UI.
276-
-s, --store=<value> Store URL. It can be the store prefix (johns-apparel) or the full myshopify.com URL
277-
(johns-apparel.myshopify.com, https://johns-apparel.myshopify.com).
278-
-t, --theme=<value> (required) Theme ID or name of the remote theme.
279-
--no-color Disable color output.
280-
--password=<value> Password generated from the Theme Access app.
281-
--verbose Increase the verbosity of the logs.
275+
-e, --environment=<value> The environment to apply to the current command.
276+
-j, --json Output JSON instead of a UI.
277+
-s, --store=<value> Store URL. It can be the store prefix (example) or the full myshopify.com URL
278+
(example.myshopify.com, https://example.myshopify.com).
279+
-t, --theme=<value> (required) Theme ID or name of the remote theme.
280+
--no-color Disable color output.
281+
--password=<value> Password generated from the Theme Access app.
282+
--verbose Increase the verbosity of the output.
282283
283284
DESCRIPTION
284285
Get details of theme
@@ -293,18 +294,20 @@ Download settings from live theme.
293294
```
294295
USAGE
295296
$ shopkeeper theme settings download [--no-color] [--verbose] [--path <value>] [--password <value>] [-s <value>] [-e
296-
<value>] [-t <value>] [-n]
297+
<value>] [-d] [-l] [-t <value>] [-n]
297298
298299
FLAGS
300+
-d, --development Pull settings files from your remote development theme.
299301
-e, --environment=<value> The environment to apply to the current command.
302+
-l, --live Pull settings files from your remote live theme.
300303
-n, --nodelete Runs the pull command without deleting local files.
301-
-s, --store=<value> Store URL. It can be the store prefix (johns-apparel) or the full myshopify.com URL
302-
(johns-apparel.myshopify.com, https://johns-apparel.myshopify.com).
304+
-s, --store=<value> Store URL. It can be the store prefix (example) or the full myshopify.com URL
305+
(example.myshopify.com, https://example.myshopify.com).
303306
-t, --theme=<value> Theme ID or name of the remote theme.
304307
--no-color Disable color output.
305308
--password=<value> Password generated from the Theme Access app.
306309
--path=<value> The path to your theme directory.
307-
--verbose Increase the verbosity of the logs.
310+
--verbose Increase the verbosity of the output.
308311
309312
DESCRIPTION
310313
Download settings from live theme.

0 commit comments

Comments
 (0)