Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

artifactory-registry

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artifactory-registry

This only remove the same data setted in `artifactory.json` file.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Artifactory Registry

npm version

Tested only on MacOS.

CLI for set up JFrog Artifactory with scope in NPM config.

Usage

You don't need to install it. Instead you will use npx.

init

Go to the root path of the project and initialize the tool:

$ npx artifactory-registry init

That command create artifactory.json file:

{
  "scope": "my-scope",
  "host": "http://localhost:8081",
  "repositoryName": "my-project.npm.dev"
}

Configure artifactory.json using your JFrog Artifactory NPM configuration.

add

Set the new configuration in NPM config. Require JFrog Artifactory authetication.

$ npx artifactory-registry add

Check the new NPM configuration:

$ cat ~/.npmrc

remove

If you want to remove a NPM configuration:

$ npx artifactory-registry remove

This only remove the same data setted in artifactory.json file.

Keywords

FAQs

Package last updated on 14 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc