npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@adobe/aio-cli-plugin-ffcpe

v0.0.0

Published

Adobe I/O CLI plugin for **FFCPE** (**Firefly Creative Production for Enterprise**) — manage custom catalog entries against the run-workflow Catalog API (`aio ffcpe catalog` commands).

Readme

@adobe/aio-cli-plugin-ffcpe

Adobe I/O CLI plugin for FFCPE (Firefly Creative Production for Enterprise) — manage custom catalog entries against the run-workflow Catalog API (aio ffcpe catalog commands).

Authentication: uses the same IMS OAuth token as the CLI (aio login). Set your org with aio console org select so x-gw-ims-org-id is available.

Usage

$ aio plugins:install @adobe/aio-cli-plugin-ffcpe
$ aio login
$ aio console org select
$ aio ffcpe catalog --help

Agent skills (Cursor & Claude Code)

Bundled skills (skills/: aio-ffcpe-cli, ffcpe-catalog-entry-json) use the open agent skills format. Install all of them with the Skills CLI (skills.sh):

npx skills add adobe/aio-cli-plugin-ffcpe --all -y

More options (agents, global scope, local clone): skills/README.md.

Commands

aio ffcpe

FFCPE (Firefly Creative Production for Enterprise) — aio ffcpe catalog (catalog API)

USAGE
  $ aio ffcpe

DESCRIPTION
  FFCPE (Firefly Creative Production for Enterprise) — aio ffcpe catalog (catalog API)

See code: src/commands/ffcpe/index.js

aio ffcpe catalog

Manage FFCPE catalog actions (run-workflow service)

USAGE
  $ aio ffcpe catalog

DESCRIPTION
  Manage FFCPE catalog actions (run-workflow service)

See code: src/commands/ffcpe/catalog/index.js

aio ffcpe catalog delete ACTIONTYPE

Delete a custom catalog action

USAGE
  $ aio ffcpe catalog delete ACTIONTYPE [-u <value>] [--org-id <value>] [--api-key <value>] [--json] [--version <value>]

ARGUMENTS
  ACTIONTYPE  Action type

FLAGS
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)
      --version=<value>   Delete a specific semver only

DESCRIPTION
  Delete a custom catalog action

EXAMPLES
  $ aio ffcpe catalog delete my-action

  $ aio ffcpe catalog delete my-action --version 1.0.0

See code: src/commands/ffcpe/catalog/delete.js

aio ffcpe catalog disable ACTIONTYPE

Disable a catalog action (and hide from workflow UI by default)

USAGE
  $ aio ffcpe catalog disable ACTIONTYPE [-u <value>] [--org-id <value>] [--api-key <value>] [--json]

ARGUMENTS
  ACTIONTYPE  Action type

FLAGS
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)

DESCRIPTION
  Disable a catalog action (and hide from workflow UI by default)

EXAMPLES
  $ aio ffcpe catalog disable my-action

See code: src/commands/ffcpe/catalog/disable.js

aio ffcpe catalog enable ACTIONTYPE

Enable a previously disabled catalog action

USAGE
  $ aio ffcpe catalog enable ACTIONTYPE [-u <value>] [--org-id <value>] [--api-key <value>] [--json]

ARGUMENTS
  ACTIONTYPE  Action type

FLAGS
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)

DESCRIPTION
  Enable a previously disabled catalog action

EXAMPLES
  $ aio ffcpe catalog enable my-action

See code: src/commands/ffcpe/catalog/enable.js

aio ffcpe catalog inspect ACTIONTYPE

Show one catalog action definition

USAGE
  $ aio ffcpe catalog inspect ACTIONTYPE [-u <value>] [--org-id <value>] [--api-key <value>] [--json] [--version
  <value>]

ARGUMENTS
  ACTIONTYPE  Action type or alias

FLAGS
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)
      --version=<value>   Specific semver version

DESCRIPTION
  Show one catalog action definition

EXAMPLES
  $ aio ffcpe catalog inspect image-to-text

  $ aio ffcpe catalog inspect image-to-text --version 1.0.0

See code: src/commands/ffcpe/catalog/inspect.js

aio ffcpe catalog list

List workflow catalog actions (custom nodes only by default; use --include-core for Adobe built-ins)

USAGE
  $ aio ffcpe catalog list [-u <value>] [--org-id <value>] [--api-key <value>] [--json] [--include-core]
    [--workflow-enabled] [--category <value>] [--tags <value>] [--include-tags <value>] [--exclude-tags <value>]
    [--include-logical] [--compact]

FLAGS
  -u, --base-url=<value>       [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                               https://run-workflow.adobe.io)
      --api-key=<value>        Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --category=<value>       Filter by category
      --[no-]compact           Minimal fields only from the API (only honored with --include-core; custom-only lists
                               always fetch full entries)
      --exclude-tags=<value>   Comma-separated tags to exclude
      --include-core           Include built-in (Adobe) catalog actions; default is custom actions only (handlerType
                               custom-action)
      --[no-]include-logical   Include control-flow nodes
      --include-tags=<value>   Comma-separated tags (match ANY)
      --json                   Print catalog API JSON (custom actions only unless --include-core; totals adjusted when
                               filtered)
      --org-id=<value>         Override x-gw-ims-org-id (default: org from `aio console org select`)
      --tags=<value>           Comma-separated tags (must match ALL)
      --[no-]workflow-enabled  Filter to workflow-visible actions

DESCRIPTION
  List workflow catalog actions (custom nodes only by default; use --include-core for Adobe built-ins)

EXAMPLES
  $ aio ffcpe catalog list

  $ aio ffcpe catalog list --include-core

  $ aio ffcpe catalog list --workflow-enabled --compact --json

See code: src/commands/ffcpe/catalog/list.js

aio ffcpe catalog register

Register a new custom catalog action from JSON

USAGE
  $ aio ffcpe catalog register -f <value> [-u <value>] [--org-id <value>] [--api-key <value>] [--json] [--strict]

FLAGS
  -f, --file=<value>      (required) Path to catalog-entry.json
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)
      --strict            Fail if local validation errors exist

DESCRIPTION
  Register a new custom catalog action from JSON

EXAMPLES
  $ aio ffcpe catalog register --file ./catalog-entry.json

See code: src/commands/ffcpe/catalog/register.js

aio ffcpe catalog update ACTIONTYPE

Replace an existing custom catalog action (full PUT)

USAGE
  $ aio ffcpe catalog update ACTIONTYPE -f <value> [-u <value>] [--org-id <value>] [--api-key <value>] [--json] [--version
    <value>] [--strict]

ARGUMENTS
  ACTIONTYPE  Action type to update

FLAGS
  -f, --file=<value>      (required) Path to catalog-entry.json
  -u, --base-url=<value>  [env: AIO_FFCPE_CATALOG_BASE_URL] Catalog API base URL (default:
                          https://run-workflow.adobe.io)
      --api-key=<value>   Override x-api-key (default: aio-cli-console-auth / stage per CLI env)
      --json              Print raw JSON response
      --org-id=<value>    Override x-gw-ims-org-id (default: org from `aio console org select`)
      --strict            Fail if local validation errors exist
      --version=<value>   Target semver version

DESCRIPTION
  Replace an existing custom catalog action (full PUT)

EXAMPLES
  $ aio ffcpe catalog update my-action --file ./catalog-entry.json

See code: src/commands/ffcpe/catalog/update.js

aio ffcpe catalog validate

Validate a catalog-entry.json file locally (no API call)

USAGE
  $ aio ffcpe catalog validate -f <value>

FLAGS
  -f, --file=<value>  (required) Path to catalog-entry.json

DESCRIPTION
  Validate a catalog-entry.json file locally (no API call)

EXAMPLES
  $ aio ffcpe catalog validate --file ./catalog-entry.json

See code: src/commands/ffcpe/catalog/validate.js

aio help [COMMAND]

Display help for aio.

USAGE
  $ aio help [COMMAND...] [-n]

ARGUMENTS
  [COMMAND...]  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for aio.

See code: @oclif/plugin-help

Development

For development, it is useful to use aio plugins:link to link to a local clone of this repository rather than a specific npm module, e.g.

$ git clone [email protected]:adobe/aio-cli-plugin-ffcpe.git
$ git checkout -B <your feature branch>
$ npm install
$ aio plugins:link
$ aio ffcpe <some command>

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.