Tool for executing automated workflows across Imbi projects with AI-powered transformations
3.5K
CLI tool for executing automated workflows across Imbi projects with AI-powered transformations and GitHub PR integration.
Imbi Automations is a comprehensive CLI framework that enables bulk automation across software project repositories with deep integration to the Imbi project management system. The tool supports multiple workflow types with advanced filtering, conditional execution, and AI-powered transformations.
docker run --rm \
-v $(pwd)/config.toml:/config/config.toml:ro \
-v $(pwd)/workflows:/workflows:ro \
-v ~/.ssh:/root/.ssh:ro \
-v imbi-cache:/cache \
-v imbi-workspace:/workspace \
-e GIT_AUTHOR_NAME="Your Name" \
-e GIT_AUTHOR_EMAIL="[email protected]" \
imbi-automations:latest \
/config/config.toml \
/workflows/my-workflow \
--all-projects
Content type
Image
Digest
sha256:c68b87a08…
Size
516 MB
Last updated
24 days ago
docker pull aweber/imbi-automations