Skip to content

Commit

Permalink
feat: completed Excel output
Browse files Browse the repository at this point in the history
  • Loading branch information
catalandres committed Dec 19, 2023
1 parent e2ac919 commit c8f7dda
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 65 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# plugin-documentation
# plugin-documentation-atlas

[![NPM](https://img.shields.io/npm/v/plugin-documentation.svg?label=plugin-documentation)](https://www.npmjs.com/package/plugin-documentation) [![Downloads/week](https://img.shields.io/npm/dw/plugin-documentation.svg)](https://npmjs.org/package/plugin-documentation) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/plugin-documentation/main/LICENSE.txt)

Expand All @@ -9,7 +9,7 @@ This repository provides a template for creating a plugin for the Salesforce CLI
1. Please get in touch with the Platform CLI team. We want to help you develop your plugin.
2. Generate your plugin:

```
```bash
sf plugins install dev
sf dev generate plugin

Expand Down Expand Up @@ -117,7 +117,7 @@ sf plugins

Say hello either to the world or someone you know.

```
```bash
USAGE
$ sf hello world [--json] [-n <value>]

Expand Down
Loading

0 comments on commit c8f7dda

Please sign in to comment.