charted-server is a free and open platform to help host, test, and build Helm charts all over the world to your side projects to enterprise uses. We built this platform to help run Helm registries that are reslilient and easily being maintainable.
Required Tools / Prerequisites:
To clone the repository, you can use the git pull
command:
# HTTPS
$ git pull https://github.com/charted-dev/charted
# SSH
$ git pull [email protected]:charted-dev/charted
Once you cloned the repository, you can cd
into it and run:
$ cargo dev cli
This will build the charted CLI in debug mode. To run the CLI, you can use:
$ cargo dev cli -- -h
This will run the actual CLI, to run the server, you will need to use this instead:
$ cargo dev server
charted-server is released under the Apache 2.0 License with love and care by the Noelware team!