![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@liteflow/cli
Advanced tools
$ npm install -g @liteflow/cli
$ liteflow COMMAND
running command...
$ liteflow (-v|--version|version)
@liteflow/cli/1.2.4 darwin-x64 node-v12.14.1
$ liteflow --help [COMMAND]
USAGE
$ liteflow COMMAND
...
liteflow deploy [PATH]
liteflow dev [PATH]
liteflow help [COMMAND]
liteflow init PATH
liteflow login
liteflow logout
liteflow service:doc [SERVICE_PATH]
liteflow service:execute RUNNER_HASH TASK
liteflow service:init DIR
liteflow deploy [PATH]
Deploy an application
USAGE
$ liteflow deploy [PATH]
ARGUMENTS
PATH [default: ./] Path of your application
OPTIONS
--confirm Confirm the deployment
--password=password Password of your account
--project=project Id of your project
See code: src/commands/deploy.ts
liteflow dev [PATH]
Start a dev environment for your application
USAGE
$ liteflow dev [PATH]
ARGUMENTS
PATH [default: ./] Path of your application
OPTIONS
--clean
See code: src/commands/dev.ts
liteflow help [COMMAND]
display help for liteflow
USAGE
$ liteflow help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
liteflow init PATH
Create a new application
USAGE
$ liteflow init PATH
ARGUMENTS
PATH Path of your application
See code: src/commands/init.ts
liteflow login
Login or create an account
USAGE
$ liteflow login
OPTIONS
--email=email
--password=password
--register
See code: src/commands/login.ts
liteflow logout
Logout from your account
USAGE
$ liteflow logout
See code: src/commands/logout.ts
liteflow service:doc [SERVICE_PATH]
Generate documentation for service and print it to stdout
USAGE
$ liteflow service:doc [SERVICE_PATH]
ARGUMENTS
SERVICE_PATH [default: ./] Path of a service
OPTIONS
-s, --save Save to default readme file
See code: src/commands/service/doc.ts
liteflow service:execute RUNNER_HASH TASK
Execute a task on a running service
USAGE
$ liteflow service:execute RUNNER_HASH TASK
ARGUMENTS
RUNNER_HASH The hash of the runner that will execute this execution
TASK Task key
OPTIONS
-d, --data=key=value Task inputs
-j, --json=json Path to a JSON file containing the task inputs
--eventHash=eventHash Event hash to create the execution with
See code: src/commands/service/execute.ts
liteflow service:init DIR
Initialize a service from a template
USAGE
$ liteflow service:init DIR
ARGUMENTS
DIR Directory to initialize a service into
OPTIONS
-t, --template=javascript|typescript Specify the template to use
See code: src/commands/service/init.ts
FAQs
Liteflow CLI
The npm package @liteflow/cli receives a total of 0 weekly downloads. As such, @liteflow/cli popularity was classified as not popular.
We found that @liteflow/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.