Skip to Main content

tuyen tag

Create and push a git tag to the remote.

Usage

tuyen tag [OPTIONS] <TAG_NAME>

Arguments

[tag_name]

  • Name of the tag to create and push.
  • Required: Yes.

Options

-r, --remote <REMOTE>

  • Git remote to push the tag to.
  • Default value: origin.

-f, --force

  • Force-create the tag even if it already exists.
  • Possible values: true, false.

-h, --help

  • Print help.