Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/cli",
"description": "The official CLI for APIMatic.",
"version": "1.1.0-alpha.20",
"version": "1.1.0-alpha.21",
"author": "APIMatic",
"bin": {
"apimatic": "./bin/run.js"
Expand Down
2 changes: 1 addition & 1 deletion src/prompts/portal/copilot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ServiceError } from "../../infrastructure/api-utils.js";

export class PortalCopilotPrompts {
public openWelcomeMessageEditor() {
log.step("Opening markdown editor for you to welcome message in...");
log.step("Opening markdown editor for you to enter welcome message in...");
}
public async displayApiCopilotKeyUsageWarning() {
log.warn('API Copilot can only be active on one Portal at a time. Configuring it on this Portal will disable it on any previously configured Portal.')
Expand Down