fixed typos in template creation doc
parent
985042806e
commit
c79d924dc0
|
@ -76,15 +76,15 @@ For information about other options and flags, see the
|
||||||
[`influx pkg export all` documentation](/v2.0/reference/cli/influx/pkg/export/all/).
|
[`influx pkg export all` documentation](/v2.0/reference/cli/influx/pkg/export/all/).
|
||||||
|
|
||||||
### Export specific resources
|
### Export specific resources
|
||||||
Use the `influx pkg export` with resource flagss to export all specific templatable
|
Use the `influx pkg export` with resource flags to export all specific templatable
|
||||||
resources into a new template manifest.
|
resources into a new template manifest.
|
||||||
Provide the following:
|
Provide the following:
|
||||||
|
|
||||||
- **Organization name** or **ID**
|
- **Organization name** or **ID**
|
||||||
- **Authentication token** with read access to the organization
|
- **Authentication token** with read access to the organization
|
||||||
- **Destination file** path for the template manifest.
|
- **Destination file** path for the template manifest.
|
||||||
The extension of the file determines the output format of the manifest file.
|
The extension of the destination file determines the output format of the manifest file.
|
||||||
Influx templates support YAML, JSON, and Jsonnet.
|
Export template manifests in either YAML (`.yml` or `.yaml`) or JSON (`.json`).
|
||||||
- **Resource flags** with corresponding lists of resource IDs to include in the template.
|
- **Resource flags** with corresponding lists of resource IDs to include in the template.
|
||||||
For information about what resource flags are available, see the
|
For information about what resource flags are available, see the
|
||||||
[`influx pkg export` documentation](/v2.0/reference/cli/influx/pkg/export/).
|
[`influx pkg export` documentation](/v2.0/reference/cli/influx/pkg/export/).
|
||||||
|
|
Loading…
Reference in New Issue