Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.2 KB

copsctl

Introduction

copsctl - the Conplement AG Kubernetes developer tooling

Build Status

Requirements

Installation

Simply download a binary for your target system from Releases, set it to you PATH, and you are ready to go.

Contributing

For contributing to the project, and for development instructions, please check CONTRIBUTING.md

Getting Started

Connect to a cluster

copsctl connect -e <environment-tag>

(Environment-tag determines the name of the cluster.)

Create a kubernetes namespace

copsctl namespace create -n <namespace-name> -u [email protected]

(Namespace-name specifies the name of the kubernetes namespace.)

Show help

copsctl --help

Show environment or cluster information

copsctl info cluster copsctl info environment