Home

Awesome

Forest Admin CLI

<p align="center"> <img src="https://github.com/ForestAdmin/toolbelt/blob/main/assets/logo.png?raw=true" alt="Toolbelt logo"> </p>

npm package Build Status Test Coverage semantic-release

The Lumberjacks' toolbelt is the Forest Admin CLI which makes easy to manage your back office application directly from the terminal.

Install

$ npm install -g forest-cli

Commands

$ forest [command]

General

Projects

Manage Forest Admin projects.

Environments

Manage Forest Admin environments.

Without the Development Workflow experience.

With the Development Workflow activated.

Schema

Manage Forest Admin schema.

Docker

ENV variables

If you have an .env file in you current folder docker should take it to run commands. So you can define the missing ENV variable inside. Otherwise you should pass all env variable you need in the docker run command, eg: -e TOKEN_PATH="/usr/src/app".

Using Forest Admin CLI

docker run --rm --init -it -v `pwd`:/usr/src/app -v ~/.forest.d:/usr/src/cli/.forest.d -e TOKEN_PATH="/usr/src/cli" forestadmin/toolbelt:latest [command]

Community

👇 Join our Developers community for support and more

Discourse developers community