commands.ps1

$cmds = @(
    'access',
    'adduser',
    'audit',
    'bin',
    'bugs',
    'build',
    'cache',
    'ci',
    'completion',
    'config',
    'dedupe',
    'deprecate',
    'dist-tag',
    'docs',
    'doctor',
    'edit',
    'explore',
    'get',
    'help-search',
    'help',
    'hook',
    'init',
    'install-ci-test',
    'install-test',
    'install',
    'link',
    'logout',
    'ls',
    'npm',
    'org',
    'outdated',
    'owner',
    'pack',
    'ping',
    'prefix',
    'profile',
    'prune',
    'publish',
    'rebuild',
    'repo',
    'restart',
    'root',
    'run',
    'run-script',
    'search',
    'set',
    'shrinkwrap',
    'star',
    'stars',
    'start',
    'stop',
    'team',
    'test',
    'token',
    'uninstall',
    'unpublish',
    'update',
    'version',
    'view',
    'whoami'
)