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

#66 Standard CLI options builder #67

Merged
merged 25 commits into from
Oct 2, 2024
Merged

#66 Standard CLI options builder #67

merged 25 commits into from
Oct 2, 2024

Conversation

ahsimb
Copy link
Collaborator

@ahsimb ahsimb commented Oct 1, 2024

closes #66

This PR doesn't provide a CLI command builder, just a CLI options builder.

Arguably, this is all we need. A command builder may have little value. On the one hand, creating a basic command is trivial. On the other hand, click provides a comprehensive means for building complex CLI covering all possible scenarios. We don't necessarily want to restrict the use of their API.

# Conflicts:
#	exasol/python_extension_common/deployment/language_container_deployer.py
#	exasol/python_extension_common/deployment/language_container_deployer_cli.py
#	pyproject.toml
#	test/unit/deployment/test_language_container_deployer.py
#	test/unit/deployment/test_language_container_deployer_cli.py
@ahsimb ahsimb added the feature Product feature label Oct 1, 2024
@ahsimb ahsimb self-assigned this Oct 1, 2024
doc/changes/unreleased.md Outdated Show resolved Hide resolved
tomuben
tomuben previously approved these changes Oct 1, 2024
Co-authored-by: Thomas Ubensee <34603111+tomuben@users.noreply.github.com>
@ahsimb ahsimb merged commit d253d5f into main Oct 2, 2024
10 checks passed
@ahsimb ahsimb deleted the feature/66-cli-builder branch October 2, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a standard CLI command builder
2 participants