Socket
Socket
Sign inDemoInstall

@franklinjs/cli

Package Overview
Dependencies
403
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @franklinjs/cli

`franklin` commands for the Adobe I/O CLI


Version published
Maintainers
4
Created

Readme

Source

Franklin CLI

franklin commands for the Adobe I/O CLI

  • Franklin CLI
  • Usage
  • Commands

Usage

$ aio plugins:install @franklinjs/cli
$ # OR
$ aio discover -i
$ aio franklin --help

Commands

aio franklin:add:ci

Add a CI/CD workflow to the franklin project

USAGE
  $ aio franklin:add:ci

EXAMPLE
  $ aio app add ci

aio franklin:add:component

Add a new component to the franklin project

USAGE
  $ aio franklin:add:component

EXAMPLE
  $ aio app add component

aio franklin:build

Build command

USAGE
  $ aio franklin:build

OPTIONS
  -n, --name=name  Add custom project name
  --skip-actions   [DEPRECATED] Action deployment is moved to deploy command

EXAMPLES
  $ franklin build
  $ aio franklin build --name=my-project-name

aio franklin:deploy

Deploy command

USAGE
  $ aio franklin:deploy

OPTIONS
  -n, --name=name   Add custom project name
  --skip-actions    Skip deploying actions
  --skip-prerender  Skip prerender
  --skip-resolver   Skip deploying resolver
  --skip-worker     Skip deploying worker

EXAMPLE
  $ aio franklin deploy --name=host-name

aio franklin:dev

Starts a local development environment

USAGE
  $ aio franklin:dev

OPTIONS
  -n, --name=name  Add custom project name in worker mode
  -w, --worker     Worker mode
  --skip-actions   Skip deploying actions

EXAMPLES
  $ aio franklin dev
  $ aio franklin dev --worker

aio franklin:postinstall

Post Install command

USAGE
  $ aio franklin:postinstall

EXAMPLE
  $ aio franklin postinstall

Development

Checkout the project, run npm i then link the plugin with aio plugins link .

Verify the plugin is linked successfully by running aio plugins.

Keywords

FAQs

Last updated on 30 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc