vika.bash is a CLI-tool which make your access vika.cn easily.
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
. forjq
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
- CI/CD result save;
- Visual Database;
- Unit Test base;
- ....
vika.bash
published to the container registry below: