Skip to content

Commit

Permalink
remove force flag from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Aug 21, 2018
1 parent 7091228 commit 2c09b2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

v0.8.0 (Aug 20, 2018)
=====================
Minor number change because the asset manifest was removed and added a get
Expand Down
6 changes: 0 additions & 6 deletions docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Deploy can be used without any filenames and it will replace the whole theme. If
some filenames are provided to replace then only those files will be replaced.

|**Optional Flags**||
|`-f`|`--force` | disable version checking and force all changes
|`-a`|`--allenvs`| Will run this command for each environment in your config file.
|`-n`|`--nodelete`| will run deploy without removing files from shopify.

Expand All @@ -84,9 +83,6 @@ could enter the following command:
theme download templates/404.liquid templates/article.liquid
```

|**Optional Flags**||
|`-f`|`--force`| disable version checking and force all changes

## Get
Get can be used to setup your theme on your local machine. It will both create
a config file and download the theme you request. If you have existing
Expand Down Expand Up @@ -168,7 +164,6 @@ theme remove templates/404.liquid templates/article.liquid
are required to serve a valid theme.

|**Optional Flags**||
|`-f`|`--force` | disable version checking and force all changes
|`-a`|`--allenvs`| Will run this command for each environment in your config file.

## Replace
Expand Down Expand Up @@ -209,6 +204,5 @@ theme watch --notify=/tmp/theme.update
```

|**Optional Flags**||
|`-f`|`--force` | disable version checking and force all changes
|`-a`|`--allenvs`| Will run this command for each environment in your config file.
|`-n`|`--notify` | File path to a file that you want updated on idle.

0 comments on commit 2c09b2f

Please sign in to comment.