File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# MageRepo CLI Tool
22> Cross-platform CLI tool to interact with the MageRepo API
33
4- ![ ] ( https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge )
5- ![ ] ( https://img.shields.io/badge/Version-2.0.1 -lightgrey.svg?style=for-the-badge )
6- ![ ] ( https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge )
4+ ![ ] ( https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
5+ ![ ] ( https://img.shields.io/badge/Version-2.0.2 -lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
6+ ![ ] ( https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge&labelColor=89BA40&color=282F38 )
77
88<p align =" center " >
99 <img src="docs/images/preview.png" width="100%" />
Original file line number Diff line number Diff line change 11{
22 "name" : " magerepo-cli" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Cross-platform CLI tool to interact with the MageRepo API" ,
55 "main" : " src/index.js" ,
66 "repository" :
" [email protected] :magerepo/magerepo-cli.git" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const strip = require ("strip-ansi")
66const targz = require ( "targz" )
77const { load } = require ( "./account" )
88
9- const VERSION = "2.0.1 "
9+ const VERSION = "2.0.2 "
1010const API_BASE_URL = "https://api.magerepo.com"
1111
1212class Context {
You can’t perform that action at this time.
0 commit comments