CLI Commands


This reference documents every command and flag available in Frontier - Mobile command-line interface. The mobile CLI helps with scaffolding project, components and other features right from the terminal.

Help Menu

Run the CLI option below for a list of commands and options

Usage

frontier mobile <command> --help
OptionDescription
--helpDisplays the help menu.

CLI Command

Frontier - Mobile includes the following sub-commands:

CommandDescription
create-projectScaffold a new project
addAdd a feature to a project
pluginInject a utility to extend project functionality

create-project

create-project will scaffold a new project for you, using one of the presets selected from its interactive shell.

Usage

frontier mobile create-project <project-name>
OptionDescription
--bundleIdentifierThe name of the unique identifier that will used for deployment to the App & Google play Store (eg. com.company.app).
--verboseShow debug logs when creating the project.

add

Adds a feature to the project.

Usage

frontier mobile add <feature>

plugin

Injects a utility to extend the project's functionality

Usage

frontier mobile plugin <library>

Libraries