The two demo recordings in the README type the commands with shorthand flags:
pv-migrate -n demo --source app-data -N demo --dest app-data-new -s clusterip
-n, -N and -s say nothing to someone who sees the tool for the first time, and that is exactly who watches the GIFs. The long names read on their own:
pv-migrate --source-namespace demo --source app-data --dest-namespace demo --dest app-data-new --strategies clusterip
We should switch both tapes in demo/ to the long names and re-record. The command gets longer, so check that it still fits the recorded width, or that the wrap lands at a clean point (e.g., one flag pair per line with \).
The two demo recordings in the README type the commands with shorthand flags:
-n,-Nand-ssay nothing to someone who sees the tool for the first time, and that is exactly who watches the GIFs. The long names read on their own:We should switch both tapes in
demo/to the long names and re-record. The command gets longer, so check that it still fits the recorded width, or that the wrap lands at a clean point (e.g., one flag pair per line with\).