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`,]],})