Skip to content

Commit 07198ed

Browse files
author
CI Bot
committed
release v5.5.0-dev.fc47e0d0
1 parent 5037b5d commit 07198ed

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

6161
### Verify Installation
6262

docs/references/commands/vastde_functions_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ vastde functions build <name> [options]
8888
--target ./ml-service \
8989
--image-tag production-v2.0.0 \
9090
--version 3.12.*
91-
91+
9292
# Build and push the image to the container registry
9393
vastde functions build my-registry/my-function --image-tag v1.0.0 --push
9494
```

docs/references/commands/vastde_metrics_get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ vastde metrics get [options]
5454
| `-b`, `--bottom-k` | int | Return only the bottom K groups with lowest values (requires group-by, mutually exclusive with top-k) | `0` |
5555
| `-e`, `--end-time` | string | End time (ISO 3339/8601 format, e.g. 2021-01-01T00:00:00Z), mutually exclusive with timeframe | |
5656
| `-f`, `--function` | string | Function name filter, optional | |
57-
| `-g`, `--group-by` | string | Group metrics by dimension (function_name, pipeline_name), optional | |
57+
| `-g`, `--group-by` | string | Group metrics by dimension (function_name, pipeline_name, function_deployment_name), optional | |
5858
| `-n`, `--max-points` | int | Maximum data points to return (1-100) | `60` |
5959
| `-m`, `--metric-names` | string | Comma-separated list of metric names (1-10 metrics, e.g. "http_requests,memory_usage,dataengine.function.invocations"). Allows alphanumeric characters, dots, colons, and underscores. | |
6060
| `-t`, `--metric-type` | string | Filter by metric type (Counter, Histogram, Gauge, UpDownCounter), optional | |

0 commit comments

Comments
 (0)