Skip to content

Commit 9b94de5

Browse files
authored
Merge pull request #591 from bump-sh/Favor-Bump.sh
Favor name bump.sh
2 parents 48ba8f0 + b630296 commit 9b94de5

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

examples/invalid/asyncapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
4-
"title": "Bump Api",
3+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
4+
"title": "Bump.sh Api",
55
"version": "1.0"
66
},
77
"asyncapi": "2.0.0",

examples/invalid/openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
4-
"title": "Bump Api",
3+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
4+
"title": "Bump.sh Api",
55
"version": "1.0"
66
},
77
"openapii": "3.0.2",

examples/valid/bump-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"references": {
15-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
15+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
1616
"items": {
1717
"$ref": "#/components/schemas/Reference"
1818
},
@@ -74,7 +74,7 @@
7474
"type": "string"
7575
},
7676
"references": {
77-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
77+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
7878
"items": {
7979
"$ref": "#/components/schemas/Reference"
8080
},
@@ -159,8 +159,8 @@
159159
}
160160
},
161161
"info": {
162-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
163-
"title": "Bump Api",
162+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
163+
"title": "Bump.sh Api",
164164
"version": "1.0"
165165
},
166166
"openapi": "3.0.2",

examples/valid/openapi.v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"references": {
15-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
15+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
1616
"items": {
1717
"$ref": "#/components/schemas/Reference"
1818
},
@@ -74,7 +74,7 @@
7474
"type": "string"
7575
},
7676
"references": {
77-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
77+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
7878
"items": {
7979
"$ref": "#/components/schemas/Reference"
8080
},
@@ -163,8 +163,8 @@
163163
}
164164
},
165165
"info": {
166-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
167-
"title": "Bump Api",
166+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
167+
"title": "Bump.sh Api",
168168
"version": "1.0"
169169
},
170170
"openapi": "3.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bump-cli",
3-
"description": "The Bump CLI is used to interact with your API documentation hosted on Bump by using the API of developers.bump.sh",
3+
"description": "The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh",
44
"version": "2.9.0-0",
55
"author": "Paul Bonaud <[email protected]>",
66
"bin": {

src/commands/deploy.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ export default class Deploy extends BaseCommand<typeof Deploy> {
2121
`Deploy a new version of ${chalk.underline('an existing documentation')}
2222
2323
${chalk.dim('$ bump deploy FILE --doc <your_doc_id_or_slug> --token <your_doc_token>')}
24-
* Let's deploy a new documentation version on Bump... done
24+
* Let's deploy on Bump.sh... done
2525
* Your new documentation version will soon be ready
2626
`,
2727
`Deploy a new version of ${chalk.underline('an existing documentation attached to a hub')}
2828
2929
${chalk.dim('$ bump deploy FILE --doc <doc_slug> --hub <your_hub_id_or_slug> --token <your_doc_token>')}
30-
* Let's deploy a new documentation version on Bump... done
30+
* Let's deploy on Bump.sh... done
3131
* Your new documentation version will soon be ready
3232
`,
3333
`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
4949
`${chalk.underline('Validate a new documentation version')} before deploying it
5050
5151
${chalk.dim('$ bump deploy FILE --dry-run --doc <doc_slug> --token <your_doc_token>')}
52-
* Let's validate a new documentation version on Bump... done
52+
* Let's validate on Bump.sh... done
5353
* Definition is valid
5454
`,
5555
]

0 commit comments

Comments
 (0)