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

deploy.1 « future-ideas « man1 - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2326c63d0b147b180e89a508ec1151c980434667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-DEPLOY" "1" "March 2011" "" ""
.
.SH "NAME"
\fBnpm-deploy\fR \-\- Deploy a package to a remote host
.
.SH "FUTURE"
This functionality does not yet exist\.
.
.SH "SUMMARY"
.
.nf
npm deploy <pkg> [\-\-host <hostname>]
.
.fi
.
.SH "DESCRIPTION"
This is a porcelain command\.  It is equivalent to doing:
.
.IP "" 4
.
.nf
npm publish \-\-registry $(npm config get host) <pkg>
npm remote install <pkg\-name>@<pkg\-version>
.
.fi
.
.IP "" 0
.
.P
That is, it first publishes the package to the server specified
by the \fBhost\fR config, and then remotely installs that package
on the host\.
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
npm\-remote(1)
.
.IP "\(bu" 4
npm\-site(1)
.
.IP "\(bu" 4
npm\-publish(1)
.
.IP "" 0