diff --git a/changelog.txt b/changelog.txt index 2746388f..53061de9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,3 @@ - v0.8.0 (Aug 20, 2018) ===================== Minor number change because the asset manifest was removed and added a get diff --git a/docs/commands/index.md b/docs/commands/index.md index 1d4abca2..2f4b8a00 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -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. @@ -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 @@ -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 @@ -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.