Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tag.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a50b4ebcfa26bdee82e860f8f9391999603d29ef (plain)
1
2
3
4
5
6
7
8
9
10
11
npm-tag(1) -- Tag a published version
=====================================

## SYNOPSIS

    npm tag <name>@<version> [<tag>]

## DESCRIPTION

Tags the specified version of the package with the specified tag, or the
`--tag` config if not specified.