{"id":18400746,"url":"https://github.com/mia-platform/mlp","last_synced_at":"2025-07-16T01:33:57.678Z","repository":{"id":38241007,"uuid":"442106641","full_name":"mia-platform/mlp","owner":"mia-platform","description":"cli for easier deployment of Mia-Platform Console projects","archived":false,"fork":false,"pushed_at":"2025-06-12T07:44:26.000Z","size":712,"stargazers_count":12,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-12T08:35:42.969Z","etag":null,"topics":["golang","kubernetes","kustomize"],"latest_commit_sha":null,"homepage":"https://docs.mia-platform.eu/docs/runtime_suite_tools/mlp/overview","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mia-platform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-27T09:03:12.000Z","updated_at":"2025-06-12T07:44:25.000Z","dependencies_parsed_at":"2023-02-18T07:15:59.288Z","dependency_job_id":"6115aa1c-0f11-47ee-9b09-3002a7b65774","html_url":"https://github.com/mia-platform/mlp","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/mia-platform/mlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-platform%2Fmlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-platform%2Fmlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-platform%2Fmlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-platform%2Fmlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mia-platform","download_url":"https://codeload.github.com/mia-platform/mlp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mia-platform%2Fmlp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265473886,"owners_count":23772214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","kubernetes","kustomize"],"created_at":"2024-11-06T02:36:33.781Z","updated_at":"2025-07-16T01:33:57.638Z","avatar_url":"https://github.com/mia-platform.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mlp\n\n\u003ccenter\u003e\n\n[![Build Status][github-actions-svg]][github-actions]\n[![Go Report Card][go-report-card]][go-report-card-link]\n[![GoDoc][godoc-svg]][godoc-link]\n\n\u003c/center\u003e\n\n`mlp` is a command line tool responsible for creating, updating and deleting kubernetes resources based on files\ngenerated by Mia-Platform Console.\nThe main subcommands that the tool has are:\n\n- `interpolate`: fill placeholders in kubernetes files with the values of ENV variables\n- `generate`: create files for kubernetes `ConfigMap` and `Secret` based on files and/or ENV values\n- `deploy`: create and/or update resources in a kubernetes namespace with the intepolated/generated files\n- `kustomize`: run kustomize build\n- `hydrate`: helper to fill kustomization.yml with resources and patches\n- `completion`: generate the autocompletion\n\n## To Start Using `mlp`\n\nRead the documentation [here](./docs/10_overview.md).\n\n## To Start Developing `mlp`\n\nTo start developing the CLI you must have this requirements:\n\n- golang 1.22\n- make\n\nOnce you have pulled the code locally, you can build the code with make:\n\n```sh\nmake build\n```\n\n`make` will download all the dependencies needed and will build the binary for your current system that you can find\nin the `bin` folder.\n\nTo build the docker image locally run:\n\n```sh\nmake docker-build\n```\n\n## Testing `mlp`\n\nTo run the tests use the command:\n\n```sh\nmake test\n```\n\nOr add the `DEBUG_TEST` flag to run the test with debug mode enabled:\n\n```sh\nmake test DEBUG_TEST=1\n```\n\nBefore sending a PR be sure that all the linter pass with success:\n\n```sh\nmake lint\n```\n\n[github-actions]: https://github.com/mia-platform/mlp/actions\n[github-actions-svg]: https://github.com/mia-platform/mlp/workflows/Continuous%20Integration%20Pipeline/badge.svg\n[godoc-svg]: https://godoc.org/github.com/mia-platform/mlp?status.svg\n[godoc-link]: https://godoc.org/github.com/mia-platform/mlp\n[go-report-card]: https://goreportcard.com/badge/github.com/mia-platform/mlp\n[go-report-card-link]: https://goreportcard.com/report/github.com/mia-platform/mlp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmia-platform%2Fmlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmia-platform%2Fmlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmia-platform%2Fmlp/lists"}