https://github.com/vast-data/vast-db-cli
https://github.com/vast-data/vast-db-cli
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vast-data/vast-db-cli
- Owner: vast-data
- Created: 2023-03-01T13:28:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T00:50:51.000Z (over 2 years ago)
- Last Synced: 2024-05-09T14:25:25.100Z (about 2 years ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script to run Vast DB CLI (v4.7.0-sp3)
### Follow the steps below to get started using Vast DB CLI.
1. Select latest release (tag) that is less than or equal to a version of the cluster you plan to use CLI with.
2. Download image from docker repository `docker pull vastdataorg/vast-db-cli:4.7.0-sp3`
3. Download `vast-db-cli` from this repository.
4. Move `vast-db-cli` into the `/bin/` directory.
5. Make `vast-db-cli` executable: `chmod +x /bin/vast-db-cli`
6. Execute the script.
The Vast DB CLI is now installed.
### Getting Help
For information about how to use the Vast DB CLI, run the following command:
```shell
$ vast-db-cli --help
```