kd-admin is a CLI application written in deno to simplify dev-related work in the KinsonDigital organization.
To install the tool locally into a repository, use the following install command.
deno run -Ar https://raw.githubusercontent.com/KinsonDigital/kd-admin/preview/installation/install.ts latest
To update the currently installed tool to the latest version, use the following update command.
deno run -Ar https://raw.githubusercontent.com/KinsonDigital/kd-admin/preview/installation/update.ts latest