🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

artsy-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artsy-cli

The artsy command line tool

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Artsy CLI CircleCI

Install

Artsy CLI is published on npm, so installing is really easy:

$ npm install --global artsy-cli

Releasing

Here is a recipe for bumping the package version, merging that work to master and then updating the release branch to point at it:

$ git checkout -b release-0.0.X
$ npm version 0.0.X
$ git commit -a -m "Bump version for 0.0.X"
$ hub pull-request -m "Bump version for 0.0.X" -l "Merge On Green"
# wait for PR to merge
$ git fetch
$ git checkout release
$ git reset --hard upstream/master
$ git push upstream
$ git branch -D release-0.0.X
$ git push origin :release-0.0.X

Once that release branch has been pushed, then Circle will take over and run the actual npm publish command for us.

Keywords

oclif

FAQs

Package last updated on 06 Sep 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