You can use either make install
after cloned the project to install in your local machine or get the binary file for your system from the latest release.
More installing options (apt
, homebrew
, chocolatey
, snap
etc.) will come soon.
Creates a new project kickstart
project with the given <project_name>
kickstart init-project <project_name>
Adds a new application to the current project or a project specified with its path
kickstart add-app [<project_path>] <application_name>
Adds a new Helm chart to the current project or a project specified with its path
kickstart add-chart [<project_path>] <application_name>