From 30f1cd032e33a250abbab264005c581bd63cffb5 Mon Sep 17 00:00:00 2001 From: wcollins Date: Fri, 27 Feb 2026 14:27:32 -0500 Subject: [PATCH] chore: add project metadata file --- .metadata.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .metadata.yaml diff --git a/.metadata.yaml b/.metadata.yaml new file mode 100644 index 0000000..2db404b --- /dev/null +++ b/.metadata.yaml @@ -0,0 +1,15 @@ +# .metadata.yaml +name: ipctl +type: cli-tool +active: true +status: community +compatibility: + - platform +description: CLI for managing Itential Platform +tags: + - operations + - development +maintainer: + - Peter Sprygada < @privateip +repo: https://github.com/itential/ipctl +docs: https://github.com/itential/ipctl/blob/main/README.md