golemio | Default command (welcome) |
golemio help | View available commands |
golemio migrate-db help | View available migration commands and flags |
golemio migrate-db create <name> | Create new migration scripts (--postgres, --path) |
golemio migrate-db up | Execute up migrations (--postgres, --path) |
golemio migrate-db down | Execute down migrations (--postgres, --path) |
golemio migrate-db reset | Reset all executed migrations (--postgres, --path) |
golemio import-db-data help | View available db data import commands and flags |
golemio import-db-data | Import db data (--dangerous, --postgres) |
golemio rabbitmq help | View available rabbitmq commands and flags |
golemio rabbitmq send --help | View available rabbitmq send flags |
golemio rabbitmq receive --help | View available rabbitmq receive flags |
golemio release help | View available commands |
golemio release check-modules-integrity | Check module group if new repo was added |
golemio release check | Check repos that are ready to release (--scope, --skip or --only, --interactive) |
golemio release merge | Merge repos marked as release candidate by check command (--scope, --skip or --only, --interactive) |
golemio release check-mr-pipelines | Show pipelines of merged repos (--scope, --skip or --only, --interactive) |
golemio release sync-branches | Synchronize branches after release (--scope, --skip or --only, --interactive) |
golemio release create-tags | Create tags and releases of merged repos (--scope, --skip or --only, --interactive) |
golemio release print-release-issue | Print issues and release candidate modules |
golemio swagger help | View available swagger commands and flags |
golemio swagger generate | Generate OAS file from multiple inputs |
golemio swagger api-test | Run Portman integration tests |
golemio asyncapi merge | Merge asyncapi documentation |
golemio asyncapi upload | Build and upload the asyncapi documentation to the azure blob storage |