Gathering detailed insights and metrics for backendcraft-cli
Gathering detailed insights and metrics for backendcraft-cli
Gathering detailed insights and metrics for backendcraft-cli
Gathering detailed insights and metrics for backendcraft-cli
npm install backendcraft-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (94.84%)
JavaScript (4.77%)
Batchfile (0.39%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
48 Commits
2 Watchers
4 Branches
2 Contributors
Updated on Jun 05, 2024
Latest Version
1.0.0
Package Id
backendcraft-cli@1.0.0
Unpacked Size
28.57 kB
Size
6.80 kB
File Count
29
NPM Version
8.19.2
Node Version
16.16.0
Published on
Sep 18, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
oclif example Hello World CLI
1$ npm install -g backendcraft-cli 2$ backendcraft COMMAND 3running command... 4$ backendcraft (--version) 5backendcraft-cli/1.0.0 linux-x64 node-v16.16.0 6$ backendcraft --help [COMMAND] 7USAGE 8 $ backendcraft COMMAND 9...
backendcraft help [COMMANDS]
backendcraft init
backendcraft plugins
backendcraft plugins:install PLUGIN...
backendcraft plugins:inspect PLUGIN...
backendcraft plugins:install PLUGIN...
backendcraft plugins:link PLUGIN
backendcraft plugins:uninstall PLUGIN...
backendcraft plugins:uninstall PLUGIN...
backendcraft plugins:uninstall PLUGIN...
backendcraft plugins update
backendcraft preview
backendcraft push
backendcraft help [COMMANDS]
Display help for backendcraft.
USAGE
$ backendcraft 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 backendcraft.
See code: @oclif/plugin-help
backendcraft init
Init JSON form to create your portifolio..
USAGE
$ backendcraft init [--code]
FLAGS
--code Open JSON directory with Visual Studio Code
DESCRIPTION
Init JSON form to create your portifolio..
See code: dist/commands/init.ts
backendcraft plugins
List installed plugins.
USAGE
$ backendcraft plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ backendcraft plugins
See code: @oclif/plugin-plugins
backendcraft plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ backendcraft 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
$ backendcraft plugins add
EXAMPLES
$ backendcraft plugins:install myplugin
$ backendcraft plugins:install https://github.com/someuser/someplugin
$ backendcraft plugins:install someuser/someplugin
backendcraft plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ backendcraft 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
$ backendcraft plugins:inspect myplugin
See code: @oclif/plugin-plugins
backendcraft plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ backendcraft 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
$ backendcraft plugins add
EXAMPLES
$ backendcraft plugins:install myplugin
$ backendcraft plugins:install https://github.com/someuser/someplugin
$ backendcraft plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
backendcraft plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ backendcraft 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
$ backendcraft plugins:link myplugin
See code: @oclif/plugin-plugins
backendcraft plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ backendcraft plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ backendcraft plugins unlink
$ backendcraft plugins remove
backendcraft plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ backendcraft plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ backendcraft plugins unlink
$ backendcraft plugins remove
See code: @oclif/plugin-plugins
backendcraft plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ backendcraft plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ backendcraft plugins unlink
$ backendcraft plugins remove
backendcraft plugins update
Update installed plugins.
USAGE
$ backendcraft plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
backendcraft preview
View your portfolio by current JSON.
USAGE
$ backendcraft preview
DESCRIPTION
View your portfolio by current JSON.
See code: dist/commands/preview.ts
backendcraft push
Push your current JSON to create portifolio.
USAGE
$ backendcraft push
DESCRIPTION
Push your current JSON to create portifolio.
See code: dist/commands/push.ts
No vulnerabilities found.
No security vulnerabilities found.