Skip to content

Commit

Permalink
Merge pull request #53 from salesforcecli/ew/add-agents
Browse files Browse the repository at this point in the history
Add agents
  • Loading branch information
iowillhoit authored Nov 12, 2024
2 parents 6f5c77d + cad069c commit c7da2a2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ A collection of [repositories](./repositories.json) used by the Salesforce CLI t
|------------|:----:|---------|----------|
| [forcedotcom/cli](https://github.com/forcedotcom/cli) | ![type](https://img.shields.io/badge/%20-issues-white) | | |
| [salesforcecli/cli](https://github.com/salesforcecli/cli) | ![type](https://img.shields.io/badge/%20-aggregator-lightgrey) | [![NPM](https://img.shields.io/npm/v/@salesforce/cli.svg?label=@salesforce/cli)](https://www.npmjs.com/package/@salesforce/cli) | ![GitHub Release Date](https://img.shields.io/github/release-date/salesforcecli/cli?color=ffc16b&label=%20) |
| [forcedotcom/agents](https://github.com/forcedotcom/agents) | ![type](https://img.shields.io/badge/%20-library-yellowgreen) | [![NPM](https://img.shields.io/npm/v/@salesforce/agents.svg?label=@salesforce/agents)](https://www.npmjs.com/package/@salesforce/agents) | ![GitHub Release Date](https://img.shields.io/github/release-date/forcedotcom/agents?color=ffc16b&label=%20) |
| [salesforcecli/plugin-agent](https://github.com/salesforcecli/plugin-agent) | ![type](https://img.shields.io/badge/%20-plugin-blue) | [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-agent.svg?label=@salesforce/plugin-agent)](https://www.npmjs.com/package/@salesforce/plugin-agent) | ![GitHub Release Date](https://img.shields.io/github/release-date/salesforcecli/plugin-agent?color=ffc16b&label=%20) |
| [salesforcecli/plugin-apex](https://github.com/salesforcecli/plugin-apex) | ![type](https://img.shields.io/badge/%20-plugin-blue) | [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-apex.svg?label=@salesforce/plugin-apex)](https://www.npmjs.com/package/@salesforce/plugin-apex) | ![GitHub Release Date](https://img.shields.io/github/release-date/salesforcecli/plugin-apex?color=ffc16b&label=%20) |
| [salesforcecli/plugin-api](https://github.com/salesforcecli/plugin-api) | ![type](https://img.shields.io/badge/%20-plugin-blue) | [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-api.svg?label=@salesforce/plugin-api)](https://www.npmjs.com/package/@salesforce/plugin-api) | ![GitHub Release Date](https://img.shields.io/github/release-date/salesforcecli/plugin-api?color=ffc16b&label=%20) |
| [salesforcecli/plugin-auth](https://github.com/salesforcecli/plugin-auth) | ![type](https://img.shields.io/badge/%20-plugin-blue) | [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-auth.svg?label=@salesforce/plugin-auth)](https://www.npmjs.com/package/@salesforce/plugin-auth) | ![GitHub Release Date](https://img.shields.io/github/release-date/salesforcecli/plugin-auth?color=ffc16b&label=%20) |
Expand Down
18 changes: 18 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
}
]
},
{
"url": "https://github.com/forcedotcom/agents",
"packages": [
{
"name": "@salesforce/agents",
"type": "library"
}
]
},
{
"url": "https://github.com/salesforcecli/plugin-agent",
"packages": [
{
"name": "@salesforce/plugin-agent",
"type": "plugin"
}
]
},
{
"url": "https://github.com/salesforcecli/plugin-apex",
"packages": [
Expand Down

0 comments on commit c7da2a2

Please sign in to comment.