Plugins

Toast-cli features a modular plugin architecture. Here are the available plugins:

am

AWS

Show AWS caller identity information

toast am

cdw

Workspace

Navigate to workspace directories

toast cdw

ctx

Kubernetes

Manage Kubernetes contexts

toast ctx

dot

Environment

Manage .env.local files with AWS SSM integration

toast dot ls toast dot up toast dot down toast dot sync

prompt

Environment

Manage .prompt.md files with AWS SSM integration

toast prompt ls toast prompt up toast prompt down toast prompt sync

env

AWS

Manage AWS profiles

toast env

git

Git

Manage Git repositories with organization-specific host support

toast git repo_name clone toast git repo_name rm toast git repo_name branch -b branch_name toast git repo_name pull toast git repo_name pull -r toast git repo_name push toast git repo_name push --mirror

region

AWS

Set AWS region

toast region

ssm

AWS

AWS SSM Parameter Store operations

toast ssm toast ssm ls /path/ toast ssm get /param toast ssm put /param 'value' toast ssm rm /param