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

remote.1 « future-ideas « man1 - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2576781482d8416160fd856333dde072c832f252 (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
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-REMOTE" "1" "November 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\.