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

ganjiang-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ganjiang-cli

ganjiang cli tool

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

GanJiang Cli

:star: Description

GanJiang Cli tool for simple query app, api, testcase, datasource info, and support publish, rollback, offline or deploy to Ganjiang

:tada: Install

npm install ganjiang-cli -g

or

yarn global add ganjiang-cli

:rocket: Usage

after install, run gj in terminal

> gj

Common

  • run gj --version to get the cli version
  • run gj help <commander> to get the commander help

Init GanJiang Config

ganjiang cli is a common tool, so you can connect to the ganjiang system you know

  • create env file named test.env
  • env file contents
     HOST={ganjiang-host}
     TOKEN={ganjiang-token}
    
  • run gj init --env test.env to init the config

Login GanJiang

  • run gj login
  • input your username
  • input your password(invisible)
  • login sucessfully

Read My Data

  • run gj read -t app
  • read more by gj help read

Publish My Service

  • run gj publish --env daily --apps 40_234,40_237 to publish 234 and 237 two api to daily env

Rollback My Service

  • developing

Offline My Service

  • developing

Deploy My Service

  • developing

Keywords

FAQs

Package last updated on 13 Mar 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