feat: Add support for URLs in import command#98
Merged
lbroudoux merged 1 commit intomicrocks:1.xfrom Feb 7, 2025
Merged
Conversation
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>
Member
Author
|
@lbroudoux I think now it's okay. Please review it. |
lbroudoux
approved these changes
Jan 30, 2025
Member
lbroudoux
left a comment
There was a problem hiding this comment.
Looks all good @Harsh4902! Thanks a lot!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
import-urlcommand.microcks-cliis able to fetch artifacts or specification file from the URL and import it into the Microcks.Changes
DownloadArtifactinMicrocksClientwich will hit/artifact/downloadendpoint to download artifacts.help.goto show help forimport-urlcommand.ioutil.ReadAll()is deprecated, which is replaced byio.ReadAll.Related issue(s)
Resolves #80