Browse Source
Unify the parameter to disable dry-run on weed shell commands to `-apply` (instead of `-force`). (#7450)
Unify the parameter to disable dry-run on weed shell commands to `-apply` (instead of `-force`). (#7450)
* Unify the parameter to disable dry-run on weed shell commands to --apply (instead of --force). * lint * refactor * Execution Order Corrected * handle deprecated force flag * fix help messages * Refactoring]: Using flag.FlagSet.Visit() * consistent with other commands * Checks for both flags * fix toml files --------- Co-authored-by: chrislu <chris.lu@gmail.com>pull/7454/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 126 additions and 50 deletions
-
8docker/compose/master-cloud.toml
-
10weed/command/scaffold/master.toml
-
13weed/shell/command_collection_delete.go
-
11weed/shell/command_ec_balance.go
-
10weed/shell/command_ec_rebuild.go
-
25weed/shell/command_fs_configure.go
-
20weed/shell/command_fs_meta_change_volume_id.go
-
9weed/shell/command_volume_balance.go
-
9weed/shell/command_volume_check_disk.go
-
10weed/shell/command_volume_delete_empty.go
-
9weed/shell/command_volume_fix_replication.go
-
12weed/shell/command_volume_server_evacuate.go
-
21weed/shell/command_volume_server_leave.go
-
9weed/shell/command_volume_tier_move.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue