generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
clirelated to the Command-line Interfacerelated to the Command-line Interface
Description
As part of #401, the --config-path
CLI option of Macaron has been agreed that it is not important for Macaron at the moment because of the following reasons:
- In our Sphinx documentation, we don't have any examples for using this
--config-path
option. - The content of this config file is a duplication of others CLI options we have to specify the main component (e.g.
repo-path
orbranch
ordigest
). The adding of-purl
in feat: add purl as a CLI options #401, we also decide that's not worth adding-purl
option to the config file because it would lead to potential conflicting values between the input yaml config file and other options.
Therefore, it's decided to find a way to potentially remove the involvement of --config-path
with the existing design of Macaron. There are multiple options, each with its own pros/cons. This ticket is created for the discussion on what is the best option to proceed.
- Remove the
--config-path
option completely. Because this feature is not likely to be known and used by the users of Macaron (as far as we know), we don't need to go through a "Deprecated" process for it.
- Pros: remove any entangle with the current development. This make sure that this feature won't be in our way. It's reasonable to do this as we are still < v1.0 so it's possible for these changes.
- Cons: what if there is need for this feature in the future, especially that the
--config-path
has support for pinning the dependencies version of the main software component that Macaron analyzes.
- Leave the
--config-path
as it is and ignore it as we move on with the development (need to make sure that its existence won't be conflicted with any existing or future CLI options).
- Pros: We could still keep this feature for future usage
- Cons: It could get in our way when we change the interface of Macaron.
- Move the
--config-path
to a separated option/command as a "light-weight" SBOM option where the user could define the specific dependencies by themselves.
- However, I think that this could still require a lot of effort to move and maintain it without bringing any major benefits (as far as it is now).
When making any changes to this option, these are the aspects that we need to care about:
- The integration tests stills uses this options
- Remove the documentation for this option in our Sphinx documentation
Please feel free to give your opinions and suggestions about this.
Metadata
Metadata
Assignees
Labels
clirelated to the Command-line Interfacerelated to the Command-line Interface