docs(cl): Add entries related to the CLI revamp

pull/201/head
Robert Dailey 2 years ago
parent 7a008a6639
commit 8d26d891d3

@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- New `list` subcommand for listing information from the guide.
- New `sync` command for syncing all services, specific service types, and/or specific instances.
- New `config` subcommand for performing configuration-specific operations.
### Changed
- The CLI has been completely redesigned to be more consistent and structured (#142).
### Deprecated
- The `create-config` subcommand is deprecated and replaced by `config create`.
- The `sonarr` subcommand is deprecated and replaced by `sync sonarr`.
- The `radarr` subcommand is deprecated and replaced by `sync radarr`.
## [4.1.3] - 2023-01-07
### Changed

Loading…
Cancel
Save