feld v0.0.64
Feld CLI
Usage
$ npm install -g feld
$ feld COMMAND
running command...
$ feld (--version)
feld/0.0.44 darwin-arm64 node-v18.12.1
$ feld --help [COMMAND]
USAGE
  $ feld COMMAND
...Commands
- feld deploy
- feld help [COMMANDS]
- feld init [NAME]
- feld plugins
- feld plugins:install PLUGIN...
- feld plugins:inspect PLUGIN...
- feld plugins:install PLUGIN...
- feld plugins:link PLUGIN
- feld plugins:uninstall PLUGIN...
- feld plugins:uninstall PLUGIN...
- feld plugins:uninstall PLUGIN...
- feld plugins update
feld deploy
Deploy an app to the Feld platform
USAGE
  $ feld deploy [-d] [-s] [-i] [-p]
FLAGS
  -d, --dev           use development environment
  -i, --iosSimulator  open app in iOS simulator
  -p, --printUrl
  -s, --scheme        open app using scheme instead of universal link
DESCRIPTION
  Deploy an app to the Feld platform
EXAMPLES
  $ feld deployfeld help [COMMANDS]
Display help for feld.
USAGE
  $ feld help [COMMANDS] [-n]
ARGUMENTS
  COMMANDS  Command to show help for.
FLAGS
  -n, --nested-commands  Include all nested commands in the output.
DESCRIPTION
  Display help for feld.See code: @oclif/plugin-help
feld init [NAME]
Create a new Feld app
USAGE
  $ feld init [NAME]
ARGUMENTS
  NAME  [default: my-app] Name of the app
DESCRIPTION
  Create a new Feld app
EXAMPLES
  $ feld initfeld plugins
List installed plugins.
USAGE
  $ feld plugins [--core]
FLAGS
  --core  Show core plugins.
DESCRIPTION
  List installed plugins.
EXAMPLES
  $ feld pluginsSee code: @oclif/plugin-plugins
feld plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
  $ feld plugins:install PLUGIN...
ARGUMENTS
  PLUGIN  Plugin to install.
FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.
  Installation of a user-installed plugin will override a core plugin.
  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.
ALIASES
  $ feld plugins add
EXAMPLES
  $ feld plugins:install myplugin 
  $ feld plugins:install https://github.com/someuser/someplugin
  $ feld plugins:install someuser/somepluginfeld plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
  $ feld plugins:inspect PLUGIN...
ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
GLOBAL FLAGS
  --json  Format output as json.
DESCRIPTION
  Displays installation properties of a plugin.
EXAMPLES
  $ feld plugins:inspect mypluginfeld plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
  $ feld plugins:install PLUGIN...
ARGUMENTS
  PLUGIN  Plugin to install.
FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.
  Installation of a user-installed plugin will override a core plugin.
  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.
ALIASES
  $ feld plugins add
EXAMPLES
  $ feld plugins:install myplugin 
  $ feld plugins:install https://github.com/someuser/someplugin
  $ feld plugins:install someuser/somepluginfeld plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
  $ feld plugins:link PLUGIN
ARGUMENTS
  PATH  [default: .] path to plugin
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Links a plugin into the CLI for development.
  Installation of a linked plugin will override a user-installed or core plugin.
  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
  $ feld plugins:link mypluginfeld plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
  $ feld plugins:uninstall PLUGIN...
ARGUMENTS
  PLUGIN  plugin to uninstall
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Removes a plugin from the CLI.
ALIASES
  $ feld plugins unlink
  $ feld plugins removefeld plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
  $ feld plugins:uninstall PLUGIN...
ARGUMENTS
  PLUGIN  plugin to uninstall
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Removes a plugin from the CLI.
ALIASES
  $ feld plugins unlink
  $ feld plugins removefeld plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
  $ feld plugins:uninstall PLUGIN...
ARGUMENTS
  PLUGIN  plugin to uninstall
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Removes a plugin from the CLI.
ALIASES
  $ feld plugins unlink
  $ feld plugins removefeld plugins update
Update installed plugins.
USAGE
  $ feld plugins update [-h] [-v]
FLAGS
  -h, --help     Show CLI help.
  -v, --verbose
DESCRIPTION
  Update installed plugins.3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago