Skip to content

Commit 014285a

Browse files
committed
Updates
1 parent 605ff88 commit 014285a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Version 0.5.2 (in development)
22

3-
3+
* Added configuration setting `force_new`, which forces creation of a new
4+
target dataset. An existing target dataset (and its lock) will be
5+
permanently deleted before appending of slice datasets begins. [#72]
46

57
## Version 0.5.1 (2024-02-23)
68

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
the previous ones.
2121
-t, --target TARGET Target Zarr dataset path or URI. Overrides the
2222
'target_dir' configuration field.
23-
--force-new Force creation of a new target dataset. An existing
23+
--force-new Force creation of a new target dataset. An existing
2424
target dataset (and its lock) will be permanently
2525
deleted before appending of slice datasets begins.
2626
WARNING: the deletion cannot be rolled back.

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Options for the filesystem given by the protocol of `temp_dir`.
243243
## `force_new`
244244

245245
Type _boolean_.
246-
Force creation of a new target dataset. An existing target dataset (and its lock) will be permanently deleted before appending of slice datasets begins. WARNING: the deletion cannot be rolled back.
246+
Force creation of a new target dataset. An existing target dataset (and its lock) will be permanently deleted before appending of slice datasets begins. WARNING: the deletion cannot be rolled back.
247247
Defaults to `false`.
248248

249249
## `disable_rollback`

zappend/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"--force-new",
3333
is_flag=True,
3434
help=(
35-
"Force creation of a new target dataset. "
35+
"Force creation of a new target dataset."
3636
" An existing target dataset (and its lock) will be"
3737
" permanently deleted before appending of slice datasets"
3838
" begins. WARNING: the deletion cannot be rolled back."

0 commit comments

Comments
 (0)