Skip to content

feat: add --verbose flag to import command#383

Open
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:feat/verbose-flag-import-command
Open

feat: add --verbose flag to import command#383
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:feat/verbose-flag-import-command

Conversation

@A-d-i-t-y
Copy link
Copy Markdown

Summary

Adds --verbose flag to the import command for detailed upload feedback.

Problem

The microcks import command gives no detailed output during execution.
Users cannot tell whether the upload is in progress or why an import
silently failed in CI/CD pipelines.

Solution

  • --verbose flag prints artifact path before uploading
  • Prints server response after successful import
  • No breaking changes to existing behavior

Example output

Add --verbose flag to import command that prints:
- Artifact path being uploaded
- Server response after successful import

Closes microcks#367

Signed-off-by: Aditya <aaaditya1909@gmail.com>
@A-d-i-t-y
Copy link
Copy Markdown
Author

Hi @Harsh4902 @Caesarsage, I have raised this PR to add --verbose flag to the import command as discussed in issue #367. This is a minimal change with no breaking changes to existing behavior. Would love your feedback!

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