Skip to content

vika.bash is a Bash Shell CLI-tool to access Vika API in one line.

License

Notifications You must be signed in to change notification settings

vikadata/vika.bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vika.bash

vika.bash

open source license gitpod docker registry docker pull github action workflow

vika.bash is a CLI-tool which make your access vika.cn easily.

Quick Start

Copy these to your terminal and run it.

And see what happen.

# alias the docker run
alias vika='docker run -it -v ~/:/root --rm vikadata/vika.bash'

# use your token to login, from UI: Profile -> My Settings -> Developers -> API Token
vika login _YOUR_TOKEN_HERE_

# Get data
vika get dstXXXXX  viwYYYYY

Recommend you use docker to run vika.bash. for jq and some tools pre-installed.

Also, you can download and run vika.bash in your local:

# download vika.bash cli tool
curl -fsSL https://raw.githubusercontent.com/vikadata/vika.bash/main/vika > vika
chmod +x ./vika
./vika login _YOUR_TOKEN_HERE_
./vika get dstXXXXX viwYYYYY

What's more?

./vika -h

What can this use for?

  • CI/CD result save;
  • Visual Database;
  • Unit Test base;
  • ....

Container Images

vika.bash published to the container registry below:

About

vika.bash is a Bash Shell CLI-tool to access Vika API in one line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages