@zsevic/orbit-pdf
CLI tool for converting Orbit HTML resume to pdf
Usage
$ npm install -g @zsevic/orbit-pdf
$ orbit-pdf COMMAND
running command...
$ orbit-pdf (--version)
@zsevic/orbit-pdf/2.0.8 linux-x64 node-v18.18.2
$ orbit-pdf --help [COMMAND]
USAGE
$ orbit-pdf COMMAND
...
Commands
orbit-pdf convert
orbit-pdf help [COMMANDS]
orbit-pdf plugins
orbit-pdf plugins:install PLUGIN...
orbit-pdf plugins:inspect PLUGIN...
orbit-pdf plugins:install PLUGIN...
orbit-pdf plugins:link PLUGIN
orbit-pdf plugins:uninstall PLUGIN...
orbit-pdf plugins:uninstall PLUGIN...
orbit-pdf plugins:uninstall PLUGIN...
orbit-pdf plugins:update
orbit-pdf convert
Converts html resume to pdf
USAGE
$ orbit-pdf convert [-f <value>] [-l <value>] [-p <value>] [-s <value>] [-u <value>]
FLAGS
-f, --format=<value> format, example: A3
-l, --lastPage=<value> last page to print
-p, --path=<value> path for downloaded pdf resume
-s, --scale=<value> scale, example: 1
-u, --url=<value> html resume url
DESCRIPTION
Converts html resume to pdf
...
Converts html resume to pdf and downloads it
orbit-pdf help [COMMANDS]
Display help for orbit-pdf.
USAGE
$ orbit-pdf 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 orbit-pdf.
See code: @oclif/plugin-help
orbit-pdf plugins
List installed plugins.
USAGE
$ orbit-pdf plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ orbit-pdf plugins
See code: @oclif/plugin-plugins
orbit-pdf plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ orbit-pdf 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
$ orbit-pdf plugins:add
EXAMPLES
$ orbit-pdf plugins:install myplugin
$ orbit-pdf plugins:install https://github.com/someuser/someplugin
$ orbit-pdf plugins:install someuser/someplugin
orbit-pdf plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ orbit-pdf 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
$ orbit-pdf plugins:inspect myplugin
See code: @oclif/plugin-plugins
orbit-pdf plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ orbit-pdf 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
$ orbit-pdf plugins:add
EXAMPLES
$ orbit-pdf plugins:install myplugin
$ orbit-pdf plugins:install https://github.com/someuser/someplugin
$ orbit-pdf plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
orbit-pdf plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ orbit-pdf plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
--[no-]install Install dependencies after linking the plugin.
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
$ orbit-pdf plugins:link myplugin
See code: @oclif/plugin-plugins
orbit-pdf plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ orbit-pdf plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ orbit-pdf plugins:unlink
$ orbit-pdf plugins:remove
orbit-pdf plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ orbit-pdf plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ orbit-pdf plugins:unlink
$ orbit-pdf plugins:remove
See code: @oclif/plugin-plugins
orbit-pdf plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ orbit-pdf plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ orbit-pdf plugins:unlink
$ orbit-pdf plugins:remove
orbit-pdf plugins:update
Update installed plugins.
USAGE
$ orbit-pdf plugins:update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins