1.0.0 • Published 17 days ago

hckre v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
17 days ago

hckre-cli

Lint Format Version Downloads/week License

Install

$ curl https://hckre-cli.s3.ap-south-1.amazonaws.com/install.sh | bash
$ hckre init
running command...
$ hckre --help [COMMAND]
USAGE
  $ hckre COMMAND
...

Commands

hckre app:build

Build the application

USAGE
  $ hckre app:build

DESCRIPTION
  Build the application

See code: dist/commands/app/build.ts

hckre app:commands

List & add commands

USAGE
  $ hckre app:commands [-a]

FLAGS
  -a, --add  add a new command

DESCRIPTION
  List & add commands

See code: dist/commands/app/commands.ts

hckre app:deploy

Deploy the application

USAGE
  $ hckre app:deploy

DESCRIPTION
  Deploy the application

See code: dist/commands/app/deploy.ts

hckre app:init

Initialize an application

USAGE
  $ hckre app:init

DESCRIPTION
  Initialize an application

See code: dist/commands/app/init.ts

hckre app:run

Run a command

USAGE
  $ hckre app:run

DESCRIPTION
  Run a command

See code: dist/commands/app/run.ts

hckre app:start

Start the application

USAGE
  $ hckre app:start

DESCRIPTION
  Start the application

See code: dist/commands/app/start.ts

hckre app:test

Test the application

USAGE
  $ hckre app:test

DESCRIPTION
  Test the application

See code: dist/commands/app/test.ts

hckre autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ hckre autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  display autocomplete installation instructions

EXAMPLES
  $ hckre autocomplete

  $ hckre autocomplete bash

  $ hckre autocomplete zsh

  $ hckre autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

hckre aws:ca

Login to CodeArtifact repositories

USAGE
  $ hckre aws:ca

DESCRIPTION
  Login to CodeArtifact repositories

See code: dist/commands/aws/ca.ts

hckre aws:ec2

Connect to EC2 instance via SSM

USAGE
  $ hckre aws:ec2 [--vscode]

FLAGS
  --vscode  Setup SSH connection from VSCode

DESCRIPTION
  Connect to EC2 instance via SSM

See code: dist/commands/aws/ec2.ts

hckre aws:init

Initialize AWS command

USAGE
  $ hckre aws:init

DESCRIPTION
  Initialize AWS command

See code: dist/commands/aws/init.ts

hckre aws:login

Login via SSO

USAGE
  $ hckre aws:login

DESCRIPTION
  Login via SSO

See code: dist/commands/aws/login.ts

hckre aws:profiles

Manage aws profiles

USAGE
  $ hckre aws:profiles [-a]

FLAGS
  -a, --add  add a new profile

DESCRIPTION
  Manage aws profiles

See code: dist/commands/aws/profiles.ts

hckre commands

list all the commands

USAGE
  $ hckre commands [--json] [-h] [--hidden] [--tree] [--columns <value> | -x] [--sort <value>] [--filter
    <value>] [--output csv|json|yaml |  | [--csv | --no-truncate]] [--no-header | ]

FLAGS
  -h, --help         Show CLI help.
  -x, --extended     show extra columns
  --columns=<value>  only show provided columns (comma-separated)
  --csv              output is csv format [alias: --output=csv]
  --filter=<value>   filter property by partial string matching, ex: name=foo
  --hidden           show hidden commands
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --output=<option>  output in a more machine friendly format
                     <options: csv|json|yaml>
  --sort=<value>     property to sort by (prepend '-' for descending)
  --tree             show tree of commands

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  list all the commands

See code: @oclif/plugin-commands

hckre help [COMMANDS]

Display help for hckre.

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

See code: @oclif/plugin-help

hckre info

display information about cli

USAGE
  $ hckre info

DESCRIPTION
  display information about cli

See code: dist/commands/info.ts

hckre init

Initialize CLI tool

USAGE
  $ hckre init

DESCRIPTION
  Initialize CLI tool

See code: dist/commands/init.ts

hckre update [CHANNEL]

update the hckre CLI

USAGE
  $ hckre update [CHANNEL] [--from-local]

FLAGS
  --from-local  interactively choose an already installed version

DESCRIPTION
  update the hckre CLI

See code: @oclif/plugin-update

1.0.0

17 days ago

4.3.1

8 months ago

4.3.0

8 months ago

3.1.0

8 months ago

4.1.0

8 months ago

4.0.0

8 months ago

4.2.1

8 months ago

4.2.0

8 months ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.1.0

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago