figroll-cli

1.0.4 • Public • Published

Figroll CLI

Upload your site to Figroll

Tutorial

Install

npm install -g figroll-cli

Commands

Usage: figroll <command>

Commands:
  login     login to Figroll
  list      list your sites
  create    Create a new free site
  connect   Connect to your site
  deploy    Deploy to staging
  activate  Activate site to Production

Logging In

You need to login to your existing Figroll account. If you don't have one you can register on our website Register.

$ figroll login

Email: <your email>
Password: <your password>

List

To show a list of all of your sites hosted on Figroll use:

$ figroll list

Creating a new site

Creating a new free site is super simple with:

$ figroll create

You created site:
    site: bread-171.figroll.it

Connecting

When we are ready to deploy our site, we can simply connect to that site, making sure we pass in your built site folder (dist-folder)

$ figroll connect bread-171.figroll.it dist/

Deploying

With figroll deploy it pushes your site straight up to your staging environment.

$ figroll deploy

Activate

Once your happy you can activate your site on production environment. This also activates HTTPS on your site.

$ figroll activate

Readme

Keywords

Package Sidebar

Install

npm i figroll-cli

Weekly Downloads

11

Version

1.0.4

License

MIT

Last publish

Collaborators

  • reactor10