Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/forcedotcom/cli-packages


https://github.com/forcedotcom/cli-packages

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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.