From cddd693ff1f051ba29cec8b5ea75418b1d0c0c51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 12 Oct 2024 03:18:07 +0000 Subject: [PATCH] Regenerate artifacthub-pkg.yaml for all packages --- .../helloworld/0.1.3/artifacthub-pkg.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .integration/artifacthub/helloworld/0.1.3/artifacthub-pkg.yaml diff --git a/.integration/artifacthub/helloworld/0.1.3/artifacthub-pkg.yaml b/.integration/artifacthub/helloworld/0.1.3/artifacthub-pkg.yaml new file mode 100644 index 00000000..fc81ad39 --- /dev/null +++ b/.integration/artifacthub/helloworld/0.1.3/artifacthub-pkg.yaml @@ -0,0 +1,25 @@ +version: 0.1.3 +name: helloworld +displayName: helloworld +createdAt: "2024-10-12T03:14:33Z" +description: This is a hello world package that contains a schema and a schema instance +links: +- name: KCL homepage + url: https://kcl-lang.io/ +- name: KCL repo + url: https://github.com/kcl-lang/kcl +install: | + #### Add `helloworld` with tag `0.1.3` as dependency + ``` + kcl mod add helloworld:0.1.3 + ``` + + #### Pull `helloworld` with tag `0.1.3` to local + ``` + kcl mod pull helloworld:0.1.3 + ``` +maintainers: +- name: kcl-lang.io + email: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io