Skip to content

Commit

Permalink
add missing doc subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
stenwt committed Dec 15, 2023
1 parent 17fce6d commit 70a5d12
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/docs-content/registries-and-packs/spectro-cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,46 @@ SERVER - Spectro Cloud pack registry server in the format [host:port]

**Note:** In case of HTTPS, if you have access to the pack registry's CA certificate, there is no need for the insecure flag; simply place the CA certificate at /etc/spectro/certs.d/[SERVER]/ca.crt.
</TabItem>
<TabItem label="BUILD" value="cli_build">
## BUILD
Generate Spectro Cloud pack in the target directory using a helm chart.
<Tabs queryString="cliBuild">
<TabItem label="Usage" value="cli_build_usage">
```bash
spectro pack build [PACK_NAME] [TARGET_DIR]
```
</TabItem>
<TabItem label="Usage" value="cli_build_example">
```bash
spectro pack build my-awesome-pack ./my-awesome-pack

Check failure on line 130 in docs/docs-content/registries-and-packs/spectro-cli-reference.md

View workflow job for this annotation

GitHub Actions / Writing Checks

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Spectro' instead of 'spectro'. Raw Output: {"message": "[Vale.Terms] Use 'Spectro' instead of 'spectro'.", "location": {"path": "docs/docs-content/registries-and-packs/spectro-cli-reference.md", "range": {"start": {"line": 130, "column": 2}}}, "severity": "ERROR"}

Check failure on line 130 in docs/docs-content/registries-and-packs/spectro-cli-reference.md

View workflow job for this annotation

GitHub Actions / Writing Checks

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Spectro' instead of 'spectro'. Raw Output: {"message": "[Vale.Terms] Use 'Spectro' instead of 'spectro'.", "location": {"path": "docs/docs-content/registries-and-packs/spectro-cli-reference.md", "range": {"start": {"line": 130, "column": 2}}}, "severity": "ERROR"}
```
</TabItem>
</Tabs>
### Args

Check failure on line 137 in docs/docs-content/registries-and-packs/spectro-cli-reference.md

View workflow job for this annotation

GitHub Actions / Writing Checks

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Args'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Args'?", "location": {"path": "docs/docs-content/registries-and-packs/spectro-cli-reference.md", "range": {"start": {"line": 137, "column": 5}}}, "severity": "ERROR"}

Check failure on line 137 in docs/docs-content/registries-and-packs/spectro-cli-reference.md

View workflow job for this annotation

GitHub Actions / Writing Checks

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Args'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Args'?", "location": {"path": "docs/docs-content/registries-and-packs/spectro-cli-reference.md", "range": {"start": {"line": 137, "column": 5}}}, "severity": "ERROR"}
PACK_NAME - Name of the pack
TARGET_DIR - Directory containing the pack data
### FLAGS
-p, --push - Push the pack on the registry after creation
-r, --registry-server - Override the default Spectro registry
</TabItem>
<TabItem label="PUSH" value="cli_push">
Expand Down

0 comments on commit 70a5d12

Please sign in to comment.