Skip coveo auth:login
temporarily
#245
-
Hi, Ameet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @akaustav! So, given that you cannot use your Office 365 login, I recommend that you check https://levelup.coveo.com/ Then, you should be able to do the You can get the Organization Id of your Development Organization by clicking on it on the dev org page of LevelUp. You'll then have it written here: Don't hesitate to reach out if you need more assistance! |
Beta Was this translation helpful? Give feedback.
Hey @akaustav!
Thanks for contacting us!
You need to be connected to a Coveo Organization to be able to run any
ui:create
command because we also generate an API Key so that when you try your project locally, you're able to actually have search results.So, given that you cannot use your Office 365 login, I recommend that you check https://levelup.coveo.com/
By signing in here, you should be able to setup a Developement Organization (see here).
Then, you should be able to do the
coveo auth:login
on this org by usingcoveo auth:login -o=YourDevelopmentOrganizationId
.You can get the Organization Id of your Development Organization by clicking on it on the dev org page of LevelUp.
You'll t…