lenderlabs
v0.4.8
Published
Automate lending.
Downloads
7
Readme
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g lenderlabs
$ labs COMMAND
running command...
$ labs (--version)
lenderlabs/0.4.8 darwin-x64 node-v19.7.0
$ labs --help [COMMAND]
USAGE
$ labs COMMAND
...
Commands
labs config
labs export
labs help [COMMANDS]
labs init
labs plugins
labs plugins:install PLUGIN...
labs plugins:inspect PLUGIN...
labs plugins:install PLUGIN...
labs plugins:link PLUGIN
labs plugins:uninstall PLUGIN...
labs plugins:uninstall PLUGIN...
labs plugins:uninstall PLUGIN...
labs plugins update
labs revoke
labs version
labs watch
labs config
Set Config values
USAGE
$ labs config
DESCRIPTION
Set Config values
EXAMPLES
$ labs config
Success!
See code: src/commands/config/index.ts
labs export
Say hello
USAGE
$ labs export
DESCRIPTION
Say hello
EXAMPLES
$ labs export
your_private_key
See code: src/commands/export/index.ts
labs help [COMMANDS]
Display help for labs.
USAGE
$ labs 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 labs.
See code: @oclif/plugin-help
labs init
Initialize a new environment
USAGE
$ labs init
DESCRIPTION
Initialize a new environment
EXAMPLES
$ labs init
Success!
See code: src/commands/init/index.ts
labs plugins
List installed plugins.
USAGE
$ labs plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ labs plugins
See code: @oclif/plugin-plugins
labs plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ labs 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
$ labs plugins add
EXAMPLES
$ labs plugins:install myplugin
$ labs plugins:install https://github.com/someuser/someplugin
$ labs plugins:install someuser/someplugin
labs plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ labs 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
$ labs plugins:inspect myplugin
See code: @oclif/plugin-plugins
labs plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ labs 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
$ labs plugins add
EXAMPLES
$ labs plugins:install myplugin
$ labs plugins:install https://github.com/someuser/someplugin
$ labs plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
labs plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ labs 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
$ labs plugins:link myplugin
See code: @oclif/plugin-plugins
labs plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ labs plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ labs plugins unlink
$ labs plugins remove
labs plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ labs plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ labs plugins unlink
$ labs plugins remove
See code: @oclif/plugin-plugins
labs plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ labs plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ labs plugins unlink
$ labs plugins remove
labs plugins update
Update installed plugins.
USAGE
$ labs plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
labs revoke
Revoke All offers
USAGE
$ labs revoke
DESCRIPTION
Revoke All offers
EXAMPLES
$ labs revoke
Revoking all offers...
See code: src/commands/revoke/index.ts
labs version
get version
USAGE
$ labs version
DESCRIPTION
get version
EXAMPLES
$ labs version
0.1.8
See code: src/commands/version/index.ts
labs watch
Watch for foreclosures and adjust loan offers
USAGE
$ labs watch
DESCRIPTION
Watch for foreclosures and adjust loan offers
EXAMPLES
$ labs watch
Checking for foreclosures and adjusting Loans...
See code: src/commands/watch/index.ts
Linux Debian Setup
Linux Installation:
$ npx oclif pack deb
Downloadable files occur in /dist/deb and to install:
$ sudo dpkg -i ./dist/deb/labs_0.3.3.c94d0ab-1_amd64.deb
Start automation:
$ labs watch