summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/tag.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/tag.md')
-rw-r--r--deps/npm/doc/cli/tag.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/tag.md b/deps/npm/doc/cli/tag.md
new file mode 100644
index 0000000000..2f1ca4373e
--- /dev/null
+++ b/deps/npm/doc/cli/tag.md
@@ -0,0 +1,17 @@
+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.
+
+## SEE ALSO
+
+* npm-publish(1)
+* npm-registry(1)
+* npm-config(1)