Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mara-pipelines click command group #104

Merged
merged 2 commits into from
Nov 27, 2023
Merged

add mara-pipelines click command group #104

merged 2 commits into from
Nov 27, 2023

Conversation

leo-schick
Copy link
Member

This adds the mara-pipelines click command group and deprecates the call of click commands:

  1. Commands can be executed via flask mara-pipelines run
  2. The old commands e.g. flask mara_pipelines.ui.run ... will throw a warning but still work
  3. the cli commands are moved from mara_pipelines.ui.cli to mara_pipelines.cli to use the same implementation across all mara modules.

Note:

  • with mara-app#48 it is possible to shorten the click command name to support cli calls like mara pipelines run --path ...

@leo-schick leo-schick merged commit 596f5e3 into main Nov 27, 2023
5 checks passed
@leo-schick leo-schick deleted the add-click-group branch November 27, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant