diff --git a/examples/invalid/asyncapi.yml b/examples/invalid/asyncapi.yml index 1866351d..423a76ce 100644 --- a/examples/invalid/asyncapi.yml +++ b/examples/invalid/asyncapi.yml @@ -1,7 +1,7 @@ { "info": { - "description": "This is the official Bump API documentation. Obviously created with Bump.\n", - "title": "Bump Api", + "description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n", + "title": "Bump.sh Api", "version": "1.0" }, "asyncapi": "2.0.0", diff --git a/examples/invalid/openapi.yml b/examples/invalid/openapi.yml index 94f44cf5..aca1452c 100644 --- a/examples/invalid/openapi.yml +++ b/examples/invalid/openapi.yml @@ -1,7 +1,7 @@ { "info": { - "description": "This is the official Bump API documentation. Obviously created with Bump.\n", - "title": "Bump Api", + "description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n", + "title": "Bump.sh Api", "version": "1.0" }, "openapii": "3.0.2", diff --git a/examples/valid/bump-api.json b/examples/valid/bump-api.json index 1d7f531c..4c81c1f7 100644 --- a/examples/valid/bump-api.json +++ b/examples/valid/bump-api.json @@ -12,7 +12,7 @@ "type": "string" }, "references": { - "description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.", + "description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.", "items": { "$ref": "#/components/schemas/Reference" }, @@ -74,7 +74,7 @@ "type": "string" }, "references": { - "description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.", + "description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.", "items": { "$ref": "#/components/schemas/Reference" }, @@ -159,8 +159,8 @@ } }, "info": { - "description": "This is the official Bump API documentation. Obviously created with Bump.\n", - "title": "Bump Api", + "description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n", + "title": "Bump.sh Api", "version": "1.0" }, "openapi": "3.0.2", diff --git a/examples/valid/openapi.v3.json b/examples/valid/openapi.v3.json index eb45d496..24eec7f9 100644 --- a/examples/valid/openapi.v3.json +++ b/examples/valid/openapi.v3.json @@ -12,7 +12,7 @@ "type": "string" }, "references": { - "description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.", + "description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.", "items": { "$ref": "#/components/schemas/Reference" }, @@ -74,7 +74,7 @@ "type": "string" }, "references": { - "description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.", + "description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.", "items": { "$ref": "#/components/schemas/Reference" }, @@ -163,8 +163,8 @@ } }, "info": { - "description": "This is the official Bump API documentation. Obviously created with Bump.\n", - "title": "Bump Api", + "description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n", + "title": "Bump.sh Api", "version": "1.0" }, "openapi": "3.0.2", diff --git a/package.json b/package.json index fc595914..dcaca8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bump-cli", - "description": "The Bump CLI is used to interact with your API documentation hosted on Bump by using the API of developers.bump.sh", + "description": "The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh", "version": "2.9.0-0", "author": "Paul Bonaud ", "bin": { diff --git a/src/commands/deploy.ts b/src/commands/deploy.ts index 28ba2194..c687d3cc 100644 --- a/src/commands/deploy.ts +++ b/src/commands/deploy.ts @@ -21,13 +21,13 @@ export default class Deploy extends BaseCommand { `Deploy a new version of ${chalk.underline('an existing documentation')} ${chalk.dim('$ bump deploy FILE --doc --token ')} -* Let's deploy a new documentation version on Bump... done +* Let's deploy on Bump.sh... done * Your new documentation version will soon be ready `, `Deploy a new version of ${chalk.underline('an existing documentation attached to a hub')} ${chalk.dim('$ bump deploy FILE --doc --hub --token ')} -* Let's deploy a new documentation version on Bump... done +* Let's deploy on Bump.sh... done * Your new documentation version will soon be ready `, `Deploy a whole directory of ${chalk.underline('API definitions files to a hub')} @@ -49,7 +49,7 @@ Let's deploy a new version to your my-jobs-service documentation on Bump.sh... d `${chalk.underline('Validate a new documentation version')} before deploying it ${chalk.dim('$ bump deploy FILE --dry-run --doc --token ')} -* Let's validate a new documentation version on Bump... done +* Let's validate on Bump.sh... done * Definition is valid `, ]