11# VAST DataEngine CLI
22
3- Version: v5.4.1 -dev.c0b8b3d5
3+ Version: v5.5.0 -dev.4467acde
44
55> Command-line interface for managing and building applications on the VAST DataEngine platform.
66
@@ -25,38 +25,38 @@ Download the `vastde` binary for your platform from the [releases page][releases
2525### macOS (Apple Silicon)
2626
2727``` bash
28- curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1 -dev.c0b8b3d5 /vastde_darwin_arm64
28+ curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0 -dev.4467acde /vastde_darwin_arm64
2929chmod +x vastde
3030sudo mv vastde /usr/local/bin
3131```
3232
3333### macOS (Intel)
3434
3535``` bash
36- curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1 -dev.c0b8b3d5 /vastde_darwin_amd64
36+ curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0 -dev.4467acde /vastde_darwin_amd64
3737chmod +x vastde
3838sudo mv vastde /usr/local/bin
3939```
4040
4141### Linux (x86_64)
4242
4343``` bash
44- curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1 -dev.c0b8b3d5 /vastde_linux_amd64
44+ curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0 -dev.4467acde /vastde_linux_amd64
4545chmod +x vastde
4646sudo mv vastde /usr/local/bin
4747```
4848
4949### Linux (ARM64)
5050
5151``` bash
52- curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1 -dev.c0b8b3d5 /vastde_linux_arm64
52+ curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0 -dev.4467acde /vastde_linux_arm64
5353chmod +x vastde
5454sudo mv vastde /usr/local/bin
5555```
5656
5757### Windows (x86_64)
5858
59- Download [ vastde_windows_amd64.exe] ( https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1 -dev.c0b8b3d5 /vastde_windows_amd64.exe ) and add it to your PATH.
59+ Download [ vastde_windows_amd64.exe] ( https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0 -dev.4467acde /vastde_windows_amd64.exe ) and add it to your PATH.
6060
6161### Verify Installation
6262
@@ -100,6 +100,7 @@ vastde functions --help
100100- ** ` doc ` ** - Generate CLI documentation
101101- ** ` functions ` ** - Manage VAST DataEngine functions
102102- ** ` logs ` ** - View VAST DataEngine logs
103+ - ** ` metrics ` ** - View VAST DataEngine metrics
103104- ** ` pipelines ` ** - Manage VAST DataEngine pipelines
104105- ** ` setup-dataengine ` ** - Setup VAST DataEngine provisioning
105106- ** ` topics ` ** - Manage VAST DataEngine topics
0 commit comments