diff --git a/CHANGELOG.md b/CHANGELOG.md index 400429fd..58106691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docker/scripts/prod/cron.sh b/docker/scripts/prod/cron.sh index 88ae15a4..b4eb9ab0 100644 --- a/docker/scripts/prod/cron.sh +++ b/docker/scripts/prod/cron.sh @@ -4,12 +4,4 @@ echo "-------------------------------------------------------------" echo " Executing Tasks: $(date)" echo "-------------------------------------------------------------" -echo -echo ">>> Sonarr <<<" -echo -recyclarr sonarr - -echo -echo ">>> Radarr <<<" -echo -recyclarr radarr +recyclarr sync diff --git a/docker/scripts/prod/entrypoint.sh b/docker/scripts/prod/entrypoint.sh index 397e65b8..6891f5b4 100644 --- a/docker/scripts/prod/entrypoint.sh +++ b/docker/scripts/prod/entrypoint.sh @@ -4,7 +4,7 @@ set -e config=/config/recyclarr.yml if [[ "$RECYCLARR_CREATE_CONFIG" = true && ! -f "$config" ]]; then echo "Creating default recyclarr.yml file..." - recyclarr create-config + recyclarr config create fi # If the script has any arguments, invoke the CLI instead diff --git a/src/.idea/.idea.Recyclarr/.idea/runConfigurations/create_config__custom_.xml b/src/.idea/.idea.Recyclarr/.idea/runConfigurations/config_create__p_custom.xml similarity index 80% rename from src/.idea/.idea.Recyclarr/.idea/runConfigurations/create_config__custom_.xml rename to src/.idea/.idea.Recyclarr/.idea/runConfigurations/config_create__p_custom.xml index e665d6a3..e93f7ef9 100644 --- a/src/.idea/.idea.Recyclarr/.idea/runConfigurations/create_config__custom_.xml +++ b/src/.idea/.idea.Recyclarr/.idea/runConfigurations/config_create__p_custom.xml @@ -1,7 +1,7 @@ - +