rustic/tests
aawsome 86fa8551f4
fix(config)!: use multiple options only as array in config profile (#1240)
Consistently uses singular and plural names for options in config and
CLI

BREAKING CHANGE: This requires to adapt CLI calls and config keys.

Affected options:
- `glob` -> `globs` in config profile
- `iglob` -> `iglobs` in config profile
- `glob`-file -> `glob-files` in config profile
- `iglob-file` -> `iglob-files` in config profile
- `custom-ignore-file` -> `custom-ignore-files` in config profile
- `tag`-> `tags` in config profile
- `keep-tags` -> now only array
- `keep-ids` -> now only array
- `use-profile`-> `use-profiles` in config profile
- `backup.sources` -> `backup.snapshots` in config profile
- `filter-host` -> `filter-hosts` in config profile
- `filter-label` -> `filter-labels` in config profile

---------

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2024-09-23 15:04:45 +00:00
..
completions-fixtures prepare release 0.8.1 (#1231) 2024-09-08 21:28:13 +02:00
show-config-fixtures fix(config)!: use multiple options only as array in config profile (#1240) 2024-09-23 15:04:45 +00:00
backup_restore.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
completions.rs Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
config.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
show-config.rs feat(commands)!: show-config now outputs toml (#1095) 2024-04-10 06:55:01 +02:00