pavedroad-io / roadctl

A kubectl compatible CLI for managing and creating applications and defining/managing CI/CD environments. The roadctl command uses blueprints based on provent design patterns driven by produciton metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement initial enviornment handler

jscharber opened this issue · comments

One of the core concepts for roadctl is managing resources that represent the tool network used to test and deploy code. Today we define:

  • environments
  • builders
  • packagers
  • taggers
  • tests
  • templates
  • integrations
  • artifacts
  • providers
  • deployments

Of those, only templates is implemented.

This task is the first pass that implemented the environment's resource.

Design specification TBD