0.5.1 • Published 4 years ago

sfdx-flowdoc-plugin v0.5.1

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

Flowdoc (alpha)

A Salesforce CLI plugin that generates design document from Lightning Flow metadata. If you're not familiar with CLI, try the web app version.

Github Workflow Version Codecov Downloads/week License

npm.io

Features

Supported Flow

  • Trigger based Process
  • Platform Event based Process
  • Invocable Process

Supported Actions

  • Chatter Post
  • Quick Action
  • Apex (Invocable Action)
  • Sub flow/process
  • Record Create
  • Record Update
  • Approval Process

Output Format

  • Word (.docx)
  • PDF
  • JSON

Setup

Install as plugin

sfdx plugins:install sfdx-flowdoc-plugin

Install from source

Clone this repo and run npm install. Then run,

sfdx plugins:link .

Usage

Specify an API name of your process

PDF output

sfdx flowdoc:pdf:generate Example_Process -o dest

Word output

sfdx flowdoc:docx:generate Example_Process -o dest

JSON output

sfdx flowdoc:json:generate Example_Process

You can also use the display command and redirect the output. Use --nospinner option if you don't need spinner while the command execution.

sfdx flowdoc:json:display Example_Process --nospinner > example_process.json

Locale

Add -l (--locale) ja option to export Japanese document.

sfdx flowdoc:pdf:generate Example_Process -l ja

Feedback

Feature requests, bug reports and pull requests are welcome!

Coming Soon

  • Flow Builder
  • Diagram
0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago