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

Remove requirement of VERSION_PART as argument #16

Closed
coordt opened this issue Jun 12, 2023 · 0 comments · Fixed by #17
Closed

Remove requirement of VERSION_PART as argument #16

coordt opened this issue Jun 12, 2023 · 0 comments · Fixed by #17
Assignees
Labels
feature-request New feature or request

Comments

@coordt
Copy link
Member

coordt commented Jun 12, 2023

Description

As the command-line interface matures, the fact that both the VERSION_PART and FILES are arguments, and that VERSION_PART is always required is makes less sense.

We are gonig to deprecate VERSION_PART as an argument over several versions and introduce a new CLI option: --part.

Here are the planned steps:

  1. Merge the VERSION_PART and FILES arguments and detect the VERSION_PART based on if the first item of the arguments is in the part configuration.
  2. Add a --part option
  3. Begin warning that specifying the VERSION_PART via arguments is deprecated and will be dropped in version 1.0. Use --part instead.
  4. Drop support of VERSION_PART in version 1.0
@coordt coordt added the feature-request New feature or request label Jun 12, 2023
@coordt coordt self-assigned this Jun 12, 2023
coordt added a commit that referenced this issue Jun 12, 2023
- Fixes #16
- `VERSION_PART` is detected from the arguments based on the configuration
@coordt coordt linked a pull request Jun 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant