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

remote.md « future-ideas « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7806b9b53a8ea82b7ce6556dd520bf3b0fcb68ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.