1.5 KiB
1.5 KiB
title | description | menu | weight | ||||
---|---|---|---|---|---|---|---|
influx pkg export all | The 'influx pkg' command exports all existing resources for an organization as a package. |
|
201 |
The influx pkg export all
command exports all existing resources for an
organization as a package.
Usage
influx pkg export all [flags]
Flags
Flag | Description | Input Type |
---|---|---|
-d , --description |
Package description | string |
-f , --file |
Package output file. Defaults to stdout. Use .yml or .json file extensions. |
string |
-h , --help |
Help for the export command |
|
-n , --name |
Package name | string |
-o , --org |
The name of the organization that owns the resources | string |
--org-id |
The ID of the organization that owns the resources | string |
-v , --version |
Package version | string |
{{% influx-cli-global-flags %}}