zsh-automated-actions

June 8, 2026 ยท View on GitHub

Oh-my-zsh plugin providing aliases for the automated-actions CLI.

Requirements

Installation

Clone this repo into your oh-my-zsh custom plugins directory:

git clone https://github.com/dnoceda/zsh-automated-actions ~/.oh-my-zsh/custom/plugins/automated-actions

Then add automated-actions to your plugins list in ~/.zshrc:

plugins=(... automated-actions)

Reload your shell:

source ~/.zshrc

Aliases

AliasCommandDescription
aaautomated-actionsBase command
aalsautomated-actions action-listList all actions
aalspautomated-actions action-list --status PENDINGList pending actions
aalsrautomated-actions action-list --status RUNNINGList running actions
aalssautomated-actions action-list --status SUCCESSList successful actions
aalsfautomated-actions action-list --status FAILUREList failed actions
aadautomated-actions action-detailGet action detail
aacancelautomated-actions action-cancelCancel an action
aameautomated-actions meShow current user
aaotcautomated-actions openshift-trigger-cronjobTrigger a cronjob
aaowrautomated-actions openshift-workload-restartRestart a workload
aaowdelautomated-actions openshift-workload-deleteDelete a workload
aardsrebootautomated-actions external-resource-rds-rebootReboot an RDS instance
aardssnapautomated-actions external-resource-rds-snapshotSnapshot an RDS instance
aaelflushautomated-actions external-resource-flush-elasticacheFlush an ElastiCache instance
aatokenautomated-actions create-tokenCreate a service account token