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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/future-ideas/remote.md')
-rw-r--r--doc/future-ideas/remote.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/future-ideas/remote.md b/doc/future-ideas/remote.md
deleted file mode 100644
index 7806b9b53..000000000
--- a/doc/future-ideas/remote.md
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-
-