Skip to content

Commit

Permalink
update readme and add a release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed May 9, 2024
1 parent 022b372 commit f0a4cef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Expand Up @@ -48,6 +48,16 @@ Optionally, you can provide the flag `-s` which will output the generated conten

Future plans include generating proper, schema validated values for all fields.

### HTML output

It's possible to generate a pre-rendered HTML based output for self-hosting what the website produces online.

To get an HTML output provide the format flag like this:

```
cty generate -c delivery.krok.app_krokcommands --comments --format html
```

## WASM frontend

There is a WASM based frontend that can be started by navigating into the `wasm` folder and running the following make
Expand Down Expand Up @@ -86,7 +96,7 @@ cty generate -c sample-crd/infrastructure.cluster.x-k8s.io_awsclusters.yaml --co

The frontend also has a checkbox to add comments to the generated yaml output.

TODO: add showcase for new frontend.
TODO: add showcase for new frontend.


## Showcase
Expand Down
3 changes: 3 additions & 0 deletions docs/release_notes/v0.4.0.md
@@ -0,0 +1,3 @@
# v0.4.0 Release

- Add HTML based output formatting (#66)

0 comments on commit f0a4cef

Please sign in to comment.