Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forcedotcom/cli-packages
https://github.com/forcedotcom/cli-packages
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/forcedotcom/cli-packages
- Owner: forcedotcom
- License: bsd-3-clause
- Archived: true
- Created: 2018-11-01T16:15:26.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T17:31:20.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T08:06:49.244Z (5 months ago)
- Language: TypeScript
- Size: 1.79 MB
- Stars: 42
- Watchers: 25
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-sfdx-plugins - sfdx-command
README
> ATTENTION: This project has been archived. All of the packages have been moved into their own repository. The links below have been updated to point to the new source.
# Description
This repository contains (or will contain) the core Salesforce CLI, the base command, and core plug-ins.
# Packages
Currently, we have the following packages:
## [@salesforce/command](https://www.npmjs.com/package/@salesforce/command) - Salesforce CLI base command, `SfdxCommand`
- [![NPM](https://img.shields.io/npm/v/@salesforce/command.svg)](https://www.npmjs.com/package/@salesforce/command)
- Learn more in its [README](https://github.com/salesforcecli/command/blob/main/README.md).
- See the code at [packages/command](https://github.com/salesforcecli/command/).
- Read the [API docs](https://salesforcecli.github.io/command/).# Contributing
If you are interested in contributing, please take a look at the [CONTRIBUTING](https://github.com/forcedotcom/cli-packages/blob/main/CONTRIBUTING.md) guide.
# Development
If you are interested in building these packages locally, please take a look at the [DEVELOPING](https://github.com/forcedotcom/cli-packages/blob/main/DEVELOPING.md) doc.
# Related Docs and Repositories
- [@salesforce/command](https://github.com/salesforcecli/command/) - Contains the base Salesforce CLI command, `SfdxCommand`.
- [@oclif/command](https://github.com/oclif/command) - Contains the base oclif `Command`, which `SfdxCommand` extends.
- [@salesforce/plugin-generator](https://github.com/forcedotcom/sfdx-plugin-generate) - The generator plug-in for building plug-ins for Salesforce CLI.