Skip to content

sbose78/argocd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgoCD CLI

An experimental refactoring of ArgoCD to separate the CLI code from the original codebase.

argocd

A CLI for ArgoCD users.

go build -o bin/argocd cmd/main.go

argocd-util

A CLI for ArgoCD operators.

Build

go build -o bin/argocd-util cmd/main.go

Usage

argocd-util has internal utility tools used by Argo CD

Usage:
  argocd-util [flags]
  argocd-util [command]

Available Commands:
  app         Manage applications configuration
  cluster     Manage clusters configuration
  export      Export all Argo CD data to stdout (default) or a file
  help        Help about any command
  import      Import Argo CD data from stdin (specify `-') or a file
  proj        Manage projects configuration
  repo        Manage repositories configuration
  settings    Provides set of commands for settings validation and troubleshooting
  version     Print version information

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages