13 lines
338 B
YAML
13 lines
338 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-app-version:
|
|
exec: hubble-relay version | grep "$(echo $APP_VERSION | sed -E 's|([0-9]+\.[0-9]+)\.0$|\1|g')"
|
|
exit-status: 0
|
|
check-hubble-relay-help:
|
|
exec: hubble-relay help
|
|
exit-status: 0
|
|
stdout:
|
|
- "Usage"
|