-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f0804e
commit 37ce375
Showing
4 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
+ cobra-cli add update-self | ||
# DuckDB Version Manager | ||
|
||
### Installation | ||
|
||
TODO | ||
|
||
### Usage | ||
```bash | ||
duck-vm --help | ||
|
||
A version manager for DuckDB | ||
|
||
Usage: | ||
duck-vm [command] | ||
|
||
Available Commands: | ||
completion Generate the autocompletion script for the specified shell | ||
default Set a version of DuckDB as default one to use. | ||
help Help about any command | ||
install Install a specific version of DuckDB | ||
list List available DuckDB versions. Use 'local' to list local versions and 'remote' to list remote versions. | ||
run Execute a specific version of DuckDB | ||
uninstall Uninstall a version of DuckDB | ||
update-self Updates duck-vm to the latest version | ||
|
||
Flags: | ||
-h, --help help for duck-vm | ||
|
||
Use "duck-vm [command] --help" for more information about a command. | ||
``` | ||
|
||
### Building from source | ||
|
||
1. Install golang (https://go.dev/doc/install) if you haven't already | ||
2. Run the *compile.sh* script to build binaries for all platforms. The binaries will be placed in the *bin* directory | ||
after the compilation is done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters