Skip to content

Commit

Permalink
Add autocomplete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thequailman committed Feb 27, 2024
1 parent 77c790e commit 7e81944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugo/content/blog/whats-new-202402.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ type: blog

## Enhancements

- Added [rotInstall]({{< ref "/docs/references/libraries#rotInstall" >}}) library for installing the latest version of [Rot](https://rotx.dev).
- Added [autocomplete]({{< ref "/docs/references/cli#autocomplete" >}}) to enable autocompletion within Etcha's CLI using your shell.
- Added [rotInstall]({{< ref "/docs/references/libraries#rotInstall" >}}) library for installing the latest version of [Rot](https://rotx.dev).
- Changed [Environment Variables]({{< ref "/docs/references/commands#environment-variables" >}}) to set `envPrefix` to `check` stderr/stdout if defined.
- Changed Push mode to run build commands.
- Changed RunEnv to RunVars--these can be used during Jsonnet rendering for variables defined at build time. See [Patterns]({{< ref "/docs/references/patterns#runvars" >}}) for more information.
Expand Down
4 changes: 4 additions & 0 deletions hugo/content/docs/references/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Set config key=value (can be provided multiple times)

## Commands

### `autocomplete`

{{< autocomplete name="etcha" >}}

### `build [pattern path] [destination path]` {#build}

Import [Pattern]({{< ref "/docs/references/patterns" >}}) [Jsonnet]({{< ref "/docs/references/jsonnet" >}}) files from path, execute build [Commands]({{< ref "/docs/references/commands" >}}), sign a [JWT]({{< ref "/docs/references/jwt" >}}), and output the JWT to the destination path.
Expand Down
2 changes: 1 addition & 1 deletion shared
Submodule shared updated from 49b068 to 1e1336

0 comments on commit 7e81944

Please sign in to comment.