Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NpmTagRemoveCommand

Hierarchy

Properties

Methods

Properties

cwd

cwd: undefined | string = Option.String(`--cwd`, {hidden: true})

package

package: string = Option.String()

tag

tag: string = Option.String()

Static paths

paths: string[][] = [[`npm`, `tag`, `remove`],]

Static usage

usage: Usage = Command.Usage({category: `Npm-related commands`,description: `remove a tag from a package`,details: `This command will remove a tag from a package from the npm registry.`,examples: [[`Remove the \`beta\` tag from package \`my-pkg\``,`yarn npm tag remove my-pkg beta`,]],})

Methods

execute

  • execute(): Promise<0 | 1>

Generated using TypeDoc