-
Notifications
You must be signed in to change notification settings - Fork 326
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
Adds a new command spp model list
Closes #6103
#6172
Conversation
Thank you @mkm17! We'll review it anytime soon! |
5c3c9e1
to
64cbd9b
Compare
64cbd9b
to
baeced2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice start @mkm17, let's change a few things before we continue.
baeced2
to
378d487
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed a few more things we should change @mkm17, after this it should be good to go.
378d487
to
1630898
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, let's do some final edits before we merge it.
1630898
to
17e650d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 last remarks that I can fix while merging. Apart from this, it looks ready to be shipped!
}); | ||
|
||
await spp.assertSiteIsContentCenter(siteUrl); | ||
await assert(stubGet.calledOnce); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
await assert(stubGet.calledOnce); | |
assert(stubGet.calledOnce); |
/** | ||
* Asserts whether the specified site is a content center | ||
* @param siteUrl The URL of the site to check | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add @throws error when site is not a content center.
@milanholemans ok, thank you for all help. I will add also these suggestions to other spp commands |
Merged manually, thanks for the new command! |
Adds a new command
spp model list
Closes #6103