Adds `spp model get` command Closes #6105
Adds spp model get command Closes #6105
Thank you, well try to review it ASAP!
I have converted it to draft, as there are some conflicts to be resolved.
@mkm17 I added the hacktoberfest-accepted label to this PR which means that this PR will count as done for the Hacktoberfest event. So if you participate in this event it will get you unblocked and it allows us to merge this PR later when we catch up 👍
Thanks for your support and awesome contribution 👏 You Rock 🤩
@milanholemans thank you again for the review. I believe I have addressed all the suggested changes. I have one question regarding the tests: I updated it to assert.strictEqual(JSON.stringify(loggerLogSpy.lastCall.args[0]), JSON.stringify(modelResult)); instead of the previous approach. Is that ok?
@milanholemans thank you again for the review. I believe I have addressed all the suggested changes. I have one question regarding the tests: I updated it to
assert.strictEqual(JSON.stringify(loggerLogSpy.lastCall.args[0]), JSON.stringify(modelResult));instead of the previous approach. Is that ok?
Is there a reason why we stringify everything instead of using assert.deepStrictEqual?
@milanholemans I saw this method somewhere in the code, but definitely it is a much better idea. Thank you.
@milanholemans Thank you for the review. The changes have been applied to the new version.
Merged manually, thanks!