Skip to content

✨ Understand image:tag syntax #120

@shnizzedy

Description

@shnizzedy

Related problem

cpac only takes --image and --tag separately

Proposed feature

If image:tag syntax is provided to either, cpac could parse it out. If it gets multiple definitions (e.g., --image image:tag --tag tag, it can continue if there's no conflict or crash out if the tags don't match.

Acceptance criteria

  • --image image works
  • --tag tag works
  • --image image --tag tag works
  • --image image:tag works
  • --image image:tag --tag tag works
  • --image image --tag image:tag works
  • --image image:tag --tag image:tag works
  • --tag image:tag works

Alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions