8000 app-services-cli/scripts at main · 3rdigen/app-services-cli · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Scripts

This folder contains scripts for automating often-used, multiple step tasks.

Check Documentation

check-docs.sh - This script checks if the commands documentation was changed and lists the changes.

CLI Installation

install.sh - This script aids in the installation of RHOAS CLI.

Anything in ./util can be considered non-essential helper scripts.

  • delete-user-kafkas.sh - This script will delete all Kafkas for the currently logged in user. Not useful for non-TTY automation - requires human interaction for confirming the name of the Kafkas you want to delete.
  • delete-service-accounts.sh - Delete a filtered subset of all service accounts in your organisation. Running ./scripts/util/delete-service-accounts "your-name" will delete all service accounts which have "your-name" in the name.
0