Skip to content

Use long flag names in the demo recordings #481

Description

@utkuozdemir

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 \).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions