Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 652 Bytes

kd-admin

kd-admin is a CLI application written in deno to simplify dev-related work in the KinsonDigital organization.

Installing and updating

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