Skip to content

aweris/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev

Personal development environment

How to use

Usage:
  make <target>

Targets:
  help                    shows this help message
  k3d_list                list cluster(s)
  k3d_create              create a new cluster
  k3d_delete              delete cluster
  k3d_start               start existing k3d cluster
  k3d_stop                stop existing k3d cluster

Services

ArgoCD cli cheatsheet

  • login
argocd login localhost:9999 --insecure --username admin --password admin --plaintext
  • add a repository using local ssh private key
argocd repo add ssh://[email protected]:2222/repos/repo --ssh-private-key-path  ~/.ssh/id_rsa

Releases

No releases published

Packages

No packages published