Skip to content

Commit 3a87671

Browse files
author
CI Bot
committed
release v5.4.1-dev.29d4871e
1 parent 00d283d commit 3a87671

68 files changed

Lines changed: 28 additions & 457 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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VAST DataEngine CLI
22

3-
Version: v5.5.0-dev.e99ff66f
3+
Version: v5.4.1-dev.29d4871e
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.e99ff66f/vastde_darwin_arm64
28+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1-dev.29d4871e/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.e99ff66f/vastde_darwin_amd64
36+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1-dev.29d4871e/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.e99ff66f/vastde_linux_amd64
44+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1-dev.29d4871e/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.e99ff66f/vastde_linux_arm64
52+
curl -fsSL -o vastde https://github.com/vast-data/dataengine-cli/releases/download/v5.4.1-dev.29d4871e/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.e99ff66f/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.4.1-dev.29d4871e/vastde_windows_amd64.exe) and add it to your PATH.
6060

6161
### Verify Installation
6262

@@ -100,7 +100,6 @@ 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
104103
- **`pipelines`** - Manage VAST DataEngine pipelines
105104
- **`setup-dataengine`** - Setup VAST DataEngine provisioning
106105
- **`topics`** - Manage VAST DataEngine topics

docs/references/commands/vastde.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ for safe operation testing, verbose logging for debugging, and integrated teleme
2929
- [doc](vastde_doc.md) - Generate CLI documentation
3030
- [functions](vastde_functions.md) - Manage VAST DataEngine functions
3131
- [logs](vastde_logs.md) - View VAST DataEngine logs
32-
- [metrics](vastde_metrics.md) - View VAST DataEngine metrics
3332
- [pipelines](vastde_pipelines.md) - Manage VAST DataEngine pipelines
3433
- [setup-dataengine](vastde_setup-dataengine.md) - Setup VAST DataEngine provisioning
3534
- [topics](vastde_topics.md) - Manage VAST DataEngine topics
@@ -45,6 +44,5 @@ for safe operation testing, verbose logging for debugging, and integrated teleme
4544
|------|------|-------------|----------|
4645
| `--dry-run` | bool | Simulate the operation without making actual changes to the system | |
4746
| `-o`, `--output` | string | Output format: json|yaml|human | `human` |
48-
| `--silent` | bool | Suppress UI outputs, such as spinner and success messages | |
4947
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5048

docs/references/commands/vastde_buckets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ 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 | |
3534
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
3635

3736
## See Also

docs/references/commands/vastde_buckets_get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ 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 | |
5251
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5352

5453
## See Also

docs/references/commands/vastde_buckets_list.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ 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 | |
6362
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
6463

6564
## See Also

docs/references/commands/vastde_builders.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ 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 | |
5352
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5453

5554
## See Also

docs/references/commands/vastde_builders_inspect.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ 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 | |
5150
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5251

5352
## See Also

docs/references/commands/vastde_builders_list.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ 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 | |
5352
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5453

5554
## See Also

docs/references/commands/vastde_builders_set.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ 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 | |
5049
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
5150

5251
## See Also

docs/references/commands/vastde_completion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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 | |
2827
| `-v`, `--verbose` | int | Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace | `0` |
2928

3029
## See Also

0 commit comments

Comments
 (0)