From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- src/github-cli/feature.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/github-cli/feature.json (limited to 'src/github-cli/feature.json') diff --git a/src/github-cli/feature.json b/src/github-cli/feature.json new file mode 100644 index 0000000..03f07cf --- /dev/null +++ b/src/github-cli/feature.json @@ -0,0 +1,16 @@ +{ + "id": "github-cli", + "name": "GitHub CLI", + "options": { + "version": { + "type": "string", + "proposals": ["latest"], + "default": "latest", + "description": "Select version of the GitHub CLI, if not latest." + } + }, + "install": { + "app": "", + "file": "install.sh" + } +} \ No newline at end of file -- cgit v1.2.3