Link to migration guide

This commit is contained in:
Tom Limoncelli
2020-04-04 06:09:14 -04:00
parent 200fa41ab3
commit 9fd9cd1117
3 changed files with 20 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ cli v1 manual
* [Version Flag](#version-flag)
+ [Customization](#customization-2)
+ [Full API Example](#full-api-example)
* [Migrating to V2](#migrating-to-v2)
<!-- tocstop -->
@@ -1476,3 +1477,10 @@ func wopAction(c *cli.Context) error {
return nil
}
```
## Migrating to V2
There are a small set of breaking changes between v1 and v2.
Converting is relatively straightforward and typically takes less than
an hour. Specific steps are included in
[Migration Guide: v1 to v2](../migrate-v1-to-v2.md).