An Internal Developer Platform (IDP) is built by a platform team to build golden paths and enable developer self-service.
Why a client?
Internal developer portals serve as the interface through which developers can discover and access internal developer platform capabilities.
Separating the client from the service allows us to make sure they move independently.
Client
The client is broken down to different commands.
Pipeline
❯ ./idpctl pipeline --help
Manage pipelines.
Usage:
idpctl pipeline [flags]
Flags:
-c, --create string create pipeline
-h, --help help for pipeline
Global Flags:
-i, --input string input config location (format kind:location)
Design
The design is heavily influenced by https://github.com/alexfalkowski/servicectl.
Development
If you would like to contribute, here is how you can get started.
Structure
The project follows the structure in golang-standards/project-layout.
Dependencies
Please make sure that you have the following installed:
Style
This project favours the Uber Go Style Guide
Setup
Let's get you setup.
Submodules
We need to get the git submodules.
git submodule sync
git submodule update --init
Application
To get the application running, do the following:
- Let's get the dependencies:
make go-dep
- Let's build the application:
make build
- Let's create a pipeline:
make create
Features
If you want to run the features, do the following:
- Let's get the dependencies:
make ruby-dep
- Let's run the features:
make features
Changes
To see what has changed, please have a look at CHANGELOG.md