Update README

This commit is contained in:
Hoang Nguyen 2023-12-11 00:00:00 +07:00
parent 0629cfc453
commit a4ab9fab62
Signed by: folliehiyuki
GPG key ID: B0567C20730E9B11

View file

@ -15,12 +15,11 @@ See link:./examples[examples/] directory for some use cases.
== Schema packages
All CUE packages inside link:./schemata/providers[schemata/providers/] directory are auto-generated. See link:./internal/schema/providers.toml[providers.toml] file for the full list of providers and their JSON schema sources.
* All CUE packages inside link:./schemata/providers[schemata/providers/] directory are auto-generated. See link:./internal/schema/providers.toml[providers.toml] file for the full list of providers and their JSON schema sources.
* Package link:./schemata/pulumi[schemata/pulumi] defines CUE schema for:
link:./schemata/pulumi[schemata/pulumi] defines CUE schema for:
* `Pulumi.yaml` in link:./schemata/pulumi/pulumi.cue[pulumi.cue]. It is extended upon https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/pulumi.json with support for `+pulumi-yaml+` definitions.
* `schema.json` (package metaschema) for a Pulumi provider in link:./schemata/pulumi/package.cue[package.cue]. The CUE definition is imported by `+cue+` CLI from https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema/pulumi.json.
** `Pulumi.yaml` in link:./schemata/pulumi/pulumi.cue[pulumi.cue]. It is extended upon https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/pulumi.json with support for `+pulumi-yaml+` definitions.
** `schema.json` (package metaschema) for a Pulumi provider in link:./schemata/pulumi/package.cue[package.cue]. The CUE definition is imported by `+cue+` CLI from https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema/pulumi.json.
== Reference