README.md in stove-3.2.6 vs README.md in stove-3.2.7

- old
+ new

@@ -36,19 +36,25 @@ $ stove login --username sethvargo --key ~/.chef/sethvargo.pem ``` These values will be saved in Stove's configuration file (`~/.stove`) and persisted across your workstation. -The default publishing endpoint is the [Chef Supermarket](https://supermarket.getchef.com), but this is configurable. If you want to publish to an internal community site, you can specify the `--endpoint` value: +The default publishing endpoint is the [Chef Supermarket](https://supermarket.chef.io), but this is configurable. If you want to publish to an internal community site, you can specify the `--endpoint` value: ```bash $ stove --endpoint https://internal-cookbook-store.example.com ``` -or for a private supermarket using the [supermarket](https://supermarket.getchef.com/cookbooks/supermarket) cookbook: +or for a private supermarket using the [supermarket](https://supermarket.chef.io/cookbooks/supermarket) cookbook: ```bash $ stove --endpoint https://internal-cookbook-store.example.com/api/v1 +``` + +Please note: depending on which version of Chef and which version of Supermarket you are running, you may support the new "extended" metadata fields. By default, Stove reads but does not write these new fields when uploading cookbooks because it is not backwards compatible. If you are running Chef 12+ and have the latest version of Supermarket installed, you can specify the `--extended-metadata` flag to include these values in the generated metadata: + +```bash +$ stove --extended-metadata ``` Usage ----- There are two ways to use Stove. You can either use the `stove` command directly or use the embedded rake task.