New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beclab/theforce

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beclab/theforce

TheForce is Terminus developer CLI

  • 0.0.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

TheForce

TheForce is Terminus developer CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @beclab/theforce
$ theforce COMMAND
running command...
$ theforce (--version)
@beclab/theforce/0.0.20 linux-x64 node-v20.16.0
$ theforce --help [COMMAND]
USAGE
  $ theforce COMMAND
...

Commands

theforce createapp

create a app config for Terminus

USAGE
  $ theforce createapp [-c <value>]

FLAGS
  -c, --config=<value>  your application config

DESCRIPTION
  create a app config for Terminus

EXAMPLES
  $ theforce createapp

See code: src/commands/createapp.ts

theforce help [COMMANDS]

Display help for theforce.

USAGE
  $ theforce 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 theforce.

See code: @oclif/plugin-help

theforce install

install app to Terminus

USAGE
  $ theforce install [-n <value>] [-a <value>] [-t <value>]

FLAGS
  -a, --auth=<value>   auth token
  -n, --name=<value>   your application name
  -t, --token=<value>  access token

DESCRIPTION
  install app to Terminus

EXAMPLES
  $ theforce install

See code: src/commands/install.ts

theforce lockimage

lock image

USAGE
  $ theforce lockimage [-n <value>] [-s]

FLAGS
  -n, --name=<value>  name to print
  -s, --state

DESCRIPTION
  lock image

EXAMPLES
  $ theforce lockimage

See code: src/commands/lockimage.ts

theforce updaterepo

push your app to devrepo

USAGE
  $ theforce updaterepo [-p <value>] [-f]

FLAGS
  -f, --force         force upload even if chart version exists
  -p, --path=<value>  your application path

DESCRIPTION
  push your app to devrepo

EXAMPLES
  $ theforce updaterepo

See code: src/commands/updaterepo.ts

Keywords

FAQs

Package last updated on 14 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc