26 lines
656 B
Markdown
26 lines
656 B
Markdown
---
|
|
title: influx pkg validate
|
|
description: >
|
|
The 'influx pkg validate' command validates the provided package.
|
|
menu:
|
|
v2_0_ref:
|
|
parent: influx pkg
|
|
weight: 101
|
|
---
|
|
|
|
The `influx pkg validate` command validates the provided package.
|
|
|
|
## Usage
|
|
```
|
|
influx pkg validate [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
| Flag | Description | Input Type |
|
|
|:---- |:----------- |:---------- |
|
|
| `-f`, `--file` | Package file to validate | string |
|
|
| `-h`, `--help` | Help for the `validate` command | |
|
|
|
|
{{% influx-cli-global-flags %}}
|