Skip to content

Commit a4abb55

Browse files
author
CI Bot
committed
release v5.5.0-dev.200eab03
1 parent 661ac8e commit a4abb55

68 files changed

Lines changed: 73 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VAST DataEngine CLI
22

3-
Version: v5.5.0-dev.789a7a64
3+
Version: v5.5.0-dev.200eab03
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.5.0-dev.789a7a64/vastde_darwin_arm64
28+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0-dev.200eab03/vastde_darwin_arm64
2929
chmod +x vastde
3030
sudo 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.5.0-dev.789a7a64/vastde_darwin_amd64
36+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0-dev.200eab03/vastde_darwin_amd64
3737
chmod +x vastde
3838
sudo 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.5.0-dev.789a7a64/vastde_linux_amd64
44+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0-dev.200eab03/vastde_linux_amd64
4545
chmod +x vastde
4646
sudo 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.5.0-dev.789a7a64/vastde_linux_arm64
52+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.5.0-dev.200eab03/vastde_linux_arm64
5353
chmod +x vastde
5454
sudo 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.5.0-dev.789a7a64/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.200eab03/vastde_windows_amd64.exe) and add it to your PATH.
6060

6161
### Verify Installation
6262

docs/references/commands/vastde.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ for safe operation testing, verbose logging for debugging, and integrated teleme
4545
|------|------|-------------|----------|
4646
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
4747
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
48+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
4849
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
4950

docs/references/commands/vastde_buckets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ as sources or sinks for data processing workflows.
3131
|------|------|-------------|----------|
3232
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
3333
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
34+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
3435
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
3536

3637
## See Also

docs/references/commands/vastde_buckets_get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ vastde buckets get <bucket-name>
4848
|------|------|-------------|----------|
4949
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
5050
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
51+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
5152
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5253

5354
## See Also

docs/references/commands/vastde_buckets_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ vastde buckets list [flags]
5959
|------|------|-------------|----------|
6060
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
6161
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
62+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
6263
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
6364

6465
## See Also

docs/references/commands/vastde_builders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ building your DataEngine functions.
4949
|------|------|-------------|----------|
5050
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
5151
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
52+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
5253
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5354

5455
## See Also

docs/references/commands/vastde_builders_inspect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ vastde builders inspect [tag]
4747
|------|------|-------------|----------|
4848
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
4949
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
50+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
5051
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5152

5253
## See Also

docs/references/commands/vastde_builders_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ vastde builders list [flags]
4949
|------|------|-------------|----------|
5050
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
5151
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
52+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
5253
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5354

5455
## See Also

docs/references/commands/vastde_builders_set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ vastde builders set <image-url|tag>
4646
|------|------|-------------|----------|
4747
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
4848
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
49+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
4950
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5051

5152
## See Also

docs/references/commands/vastde_completion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ vastde completion [bash|zsh|fish|powershell]
2424
|------|------|-------------|----------|
2525
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
2626
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
27+
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
2728
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
2829

2930
## See Also

0 commit comments

Comments
 (0)