docs-v2/content/v2.0/reference/cli/influx/pkg/_index.md

2.5 KiB
Raw Blame History

title description menu weight v2.0/tags
influx pkg package management commands The 'influx pkg' command and its subcommands manage packages in InfluxDB.
v2_0_ref
name parent
influx pkg influx
101
influx templates

The influx pkg command manages packages in InfluxDB.

Usage

influx pkg [flags]
influx pkg [command]

Available commands

Command Description
export Export existing resources as a package
new Create a reusable pkg to create resources in a declarative manner
summary Summarize the provided package
validate Validate the provided package

Flags

Flag Description Input Type
-c, --color Enable color in output _(default is true) _
-f, --file Path to package file string
--force Ignore warnings about destructive changes
-h, --help Help for the pkg command
-o, --org The name of the organization that owns the bucket string
--org-id The ID of the organization that owns the bucket string
-q, --quiet Disable output printing
--secret Secrets to provide alongside the package (format: --secret=SECRET_KEY::SECRET_VALUE) string
--table-borders Enable table borders (default is true)

{{% influx-cli-global-flags %}}