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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-28 01:31:06 +0300
committerisaacs <i@izs.me>2011-01-28 01:31:06 +0300
commit33e1cd4706a0a93fe1833e2bf3f58697d41cbcf7 (patch)
treedc580fc324fdcfebbaf00aaa1dda2fff2b617766 /man1
parent94e1571f24395a76ac53abfd988e2013ba5fafb3 (diff)
make doc
Diffstat (limited to 'man1')
-rw-r--r--man1/install.112
-rw-r--r--man1/publish.122
2 files changed, 34 insertions, 0 deletions
diff --git a/man1/install.1 b/man1/install.1
index 9d7ecfd4f..9995f459d 100644
--- a/man1/install.1
+++ b/man1/install.1
@@ -116,6 +116,18 @@ npm install sax@">=0\.1\.0 <0\.2\.0" bench supervisor
.P
The \fB\-\-tag\fR argument will apply to all of the specified install targets\.
.
+.P
+The \fB\-\-force\fR argument will force npm to fetch remote resources even if a local copy exists on disk\.
+.
+.IP "" 4
+.
+.nf
+npm install sax \-\-force
+.
+.fi
+.
+.IP "" 0
+.
.SH "CONFIGURATION"
.
.SS "root"
diff --git a/man1/publish.1 b/man1/publish.1
index d8707b7be..00a62c8bc 100644
--- a/man1/publish.1
+++ b/man1/publish.1
@@ -31,3 +31,25 @@ with a package\.json file inside\.
.P
Fails if the package name and version combination already exists in
the registry\.
+.
+.SH "CONFIGURATION"
+See \fBnpm help registry\fR
+.
+.P
+Also, the \fBforce\fR configuration param will cause it to unpublish an
+existing package, so that it can be published over\. Please use with
+caution!
+.
+.SH "SEE ALSO"
+.
+.IP "\(bu" 4
+npm\-registry(1)
+.
+.IP "\(bu" 4
+npm\-adduser(1)
+.
+.IP "\(bu" 4
+npm\-owner(1)
+.
+.IP "" 0
+