Skip to content

Commit

Permalink
print response
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar committed Oct 3, 2023
1 parent d19df12 commit b343b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/core/src/commands/ui/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ export default class Deploy extends CLICommand {
startSpinner(`Creating new Hosted Page named "${page.name}".`);

const response = await this.platformClient.hostedPages.create(page);
console.log('*********************');
console.log(response);
console.log('*********************');

stopSpinner();
this.log(
`To update your page, run "coveo ${this.identifier} -p=${response.id}".`
Expand Down

0 comments on commit b343b5c

Please sign in to comment.