Skip to content

Commit 9683480

Browse files
chore: removing template
1 parent b4edfe1 commit 9683480

File tree

7 files changed

+6
-195
lines changed

7 files changed

+6
-195
lines changed

command-snapshot.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
[
2-
{
3-
"alias": [],
4-
"command": "hello:world",
5-
"flagAliases": [],
6-
"flagChars": ["n"],
7-
"flags": ["flags-dir", "json", "name"],
8-
"plugin": "@salesforce/plugin-template-sf"
9-
}
10-
]
1+
[]

messages/hello.world.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@salesforce/plugin-template-sf",
3-
"description": "A template repository for sf plugins",
4-
"version": "1.1.14",
2+
"name": "@salesforce/plugin-api",
3+
"description": "A plugin to call API endpoints via CLI commands",
4+
"version": "1.0.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -31,7 +31,7 @@
3131
"/oclif.manifest.json",
3232
"/schemas"
3333
],
34-
"homepage": "https://github.com/salesforcecli/plugin-template-sf",
34+
"homepage": "https://github.com/salesforcecli/plugin-api",
3535
"keywords": [
3636
"force",
3737
"salesforce",
@@ -52,13 +52,10 @@
5252
"@salesforce/plugin-command-reference"
5353
],
5454
"topics": {
55-
"hello": {
56-
"description": "Commands to say hello."
57-
}
5855
},
5956
"flexibleTaxonomy": true
6057
},
61-
"repository": "salesforcecli/plugin-template-sf",
58+
"repository": "salesforcecli/plugin-api",
6259
"scripts": {
6360
"build": "wireit",
6461
"clean": "sf-clean",

schemas/hello-world.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/commands/hello/world.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

test/commands/hello/world.nut.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

test/commands/hello/world.test.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)