@@ -22,11 +22,11 @@ npm help npm more involved overview
2222All commands:
2323
2424 access, adduser, audit, bin, bugs, cache, ci, completion,
25- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
26- edit, exec, explain, explore, find-dupes, fund, get, help ,
27- hook, init, install, install-ci-test, install-test, link ,
28- ll, login, logout, ls, org, outdated, owner, pack, ping ,
29- pkg, prefix, profile, prune, publish, rebuild, repo,
25+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
26+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
27+ help, hook, init, install, install-ci-test, install-test,
28+ link, ll, login, logout, ls, org, outdated, owner, pack,
29+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
3030 restart, root, run-script, search, set, set-script,
3131 shrinkwrap, star, stars, start, stop, team, test, token,
3232 uninstall, unpublish, unstar, update, version, view, whoami
@@ -58,11 +58,11 @@ npm help npm more involved overview
5858All commands:
5959
6060 access, adduser, audit, bin, bugs, cache, ci, completion,
61- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
62- edit, exec, explain, explore, find-dupes, fund, get, help ,
63- hook, init, install, install-ci-test, install-test, link ,
64- ll, login, logout, ls, org, outdated, owner, pack, ping ,
65- pkg, prefix, profile, prune, publish, rebuild, repo,
61+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
62+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
63+ help, hook, init, install, install-ci-test, install-test,
64+ link, ll, login, logout, ls, org, outdated, owner, pack,
65+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
6666 restart, root, run-script, search, set, set-script,
6767 shrinkwrap, star, stars, start, stop, team, test, token,
6868 uninstall, unpublish, unstar, update, version, view, whoami
@@ -94,11 +94,11 @@ npm help npm more involved overview
9494All commands:
9595
9696 access, adduser, audit, bin, bugs, cache, ci, completion,
97- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
98- edit, exec, explain, explore, find-dupes, fund, get, help ,
99- hook, init, install, install-ci-test, install-test, link ,
100- ll, login, logout, ls, org, outdated, owner, pack, ping ,
101- pkg, prefix, profile, prune, publish, rebuild, repo,
97+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
98+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
99+ help, hook, init, install, install-ci-test, install-test,
100+ link, ll, login, logout, ls, org, outdated, owner, pack,
101+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
102102 restart, root, run-script, search, set, set-script,
103103 shrinkwrap, star, stars, start, stop, team, test, token,
104104 uninstall, unpublish, unstar, update, version, view, whoami
@@ -130,11 +130,11 @@ npm help npm more involved overview (in a browser)
130130All commands:
131131
132132 access, adduser, audit, bin, bugs, cache, ci, completion,
133- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
134- edit, exec, explain, explore, find-dupes, fund, get, help ,
135- hook, init, install, install-ci-test, install-test, link ,
136- ll, login, logout, ls, org, outdated, owner, pack, ping ,
137- pkg, prefix, profile, prune, publish, rebuild, repo,
133+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
134+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
135+ help, hook, init, install, install-ci-test, install-test,
136+ link, ll, login, logout, ls, org, outdated, owner, pack,
137+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
138138 restart, root, run-script, search, set, set-script,
139139 shrinkwrap, star, stars, start, stop, team, test, token,
140140 uninstall, unpublish, unstar, update, version, view, whoami
@@ -302,6 +302,22 @@ All commands:
302302
303303 Run "npm help config" for more info
304304
305+ copy npm copy
306+
307+ Copy package to new location
308+
309+ Usage:
310+ npm copy <destination>
311+
312+ Options:
313+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
314+ [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
315+ [-ws|--workspaces] [--include-workspace-root]
316+
317+ alias: cp
318+
319+ Run "npm help copy" for more info
320+
305321 dedupe npm dedupe
306322
307323 Reduce duplication in the package tree
0 commit comments