-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
153 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
npm-deploy(1) -- Deploy a package to a remote host | ||
================================================== | ||
|
||
## FUTURE | ||
|
||
This functionality does not yet exist. | ||
|
||
## SUMMARY | ||
|
||
npm deploy <pkg> [--host <hostname>] | ||
|
||
## DESCRIPTION | ||
|
||
This is a porcelain command. It is equivalent to doing: | ||
|
||
npm publish --registry $(npm config get host) <pkg> | ||
npm remote install <pkg-name>@<pkg-version> | ||
|
||
That is, it first publishes the package to the server specified | ||
by the `host` config, and then remotely installs that package | ||
on the host. | ||
|
||
## SEE ALSO | ||
|
||
* npm-remote(1) | ||
* npm-site(1) | ||
* npm-publish(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
npm-remote(1) -- Execute commands on a remote machine | ||
===================================================== | ||
|
||
## FUTURE | ||
|
||
This functionality does not yet exist. | ||
|
||
## SYNOPSIS | ||
|
||
npm remote <commands> | ||
|
||
## DESCRIPTION | ||
|
||
Run a command on a remote npm site instance. | ||
|
||
In order to do this, the current authenticated user must be in | ||
the "admin" list on the server, and it must be running with https | ||
support. | ||
|
||
It uses the `host` config to know where to do things. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.\" generated with Ronn/v0.7.3 | ||
.\" http://github.com/rtomayko/ronn/tree/0.7.3 | ||
. | ||
.TH "NPM\-DEPLOY" "1" "July 2010" "" "" | ||
. | ||
.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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.\" generated with Ronn/v0.7.3 | ||
.\" http://github.com/rtomayko/ronn/tree/0.7.3 | ||
. | ||
.TH "NPM\-REMOTE" "1" "July 2010" "" "" | ||
. | ||
.SH "NAME" | ||
\fBnpm\-remote\fR \- Execute commands on a remote machine | ||
. | ||
.SH "FUTURE" | ||
This functionality does not yet exist\. | ||
. | ||
.SH "SYNOPSIS" | ||
. | ||
.nf | ||
|
||
npm remote <commands> | ||
. | ||
.fi | ||
. | ||
.SH "DESCRIPTION" | ||
Run a command on a remote npm site instance\. | ||
. | ||
.P | ||
In order to do this, the current authenticated user must be in the "admin" list on the server, and it must be running with https support\. | ||
. | ||
.P | ||
It uses the \fBhost\fR config to know where to do things\. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters