Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

File metadata and controls

40 lines (27 loc) · 1.17 KB
layout default
title Home
nav_order 1
description Standardize your files and directory trees
permalink /

Standardized Objects

{: .fs-9 }

Standardize your files and directory trees {: .fs-6 .fw-300 }

View it on GitHub{: .btn .fs-5 .mb-4 .mb-md-0 }


Motivation

When we create policies to standardize things like the structure of our company's Git repositories, the dynamic creation of Kubernets environments, the generation of configuration files for routers, ... we find the problem of integrate them into our CI / CD flows.

With Standardized Objects, our policies are defined as code and users have a simple way to create objects standardized by the company and integrate them into their CI / CD flows.

~ standardized -h

Standardize your files and directory trees

Usage:
  standardized [command]
  
Available Commands:
  help        Help about any command
  object      List and create Objects
  repo        Manage Object Definitions repositories

Flags:
  -h, --help   help for standardized

Use "standardized [command] --help" for more information about a command.