sias
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

sias

sias commands

cli Version Downloads/week License

Usage

$ npm install -g sias
$ sias COMMAND
running command...
$ sias (-v|--version|version)
sias/1.0.4 linux-x64 node-v14.15.3
$ sias --help [COMMAND]
USAGE
  $ sias COMMAND
...

Commands

sias config:get

undefined

USAGE
  $ sias config:get

See code: src/commands/config/get.ts

sias config:set

undefined

USAGE
  $ sias config:set

See code: src/commands/config/set.ts

sias file:get

description file read json/csv

description file read json/csv

USAGE
  $ sias file:get

OPTIONS
  -h, --help                 desc -> for help
  -i, --inputfile=inputfile  desc -> enter file name to read
  -n, --name=name            desc -> enter name of file

See code: src/commands/file/get.ts

sias file:set

undefined

USAGE
  $ sias file:set

See code: src/commands/file/set.ts

sias git:commit [INPUT]

undefined

USAGE
  $ sias git:commit [INPUT]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/commit.ts

sias git:p

git push with promt commit message

git push with promt commit message

USAGE
  $ sias git:p

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/p.ts

sias git:pull [INPUT]

undefined

USAGE
  $ sias git:pull [INPUT]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/git/pull.ts

sias git:push

undefined

USAGE
  $ sias git:push

See code: src/commands/git/push.ts

sias goodbye

undefined

USAGE
  $ sias goodbye

See code: src/commands/goodbye.ts

sias hello [FILE]

describe the command here

describe the command here

USAGE
  $ sias hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ pith hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

sias help [COMMAND]

display help for sias

display help for <%= config.bin %>

USAGE
  $ sias help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sias ip [IPVERSION]

Get details of ip

Get details of ip

USAGE
  $ sias ip [IPVERSION]

ARGUMENTS
  IPVERSION  (v4|v6|v4sync|v6sync) [default: v4] ip version specify to get details

OPTIONS
  -h, --help  desc -> for help

See code: src/commands/ip.ts

sias localhost

undefined

USAGE
  $ sias localhost

OPTIONS
  -a, --app=app    desc -> enter browser name in which to open
                   ex -> -a=firefox || -a=chrome

  -h, --help       desc -> for help

  -p, --port=port  desc -> enter port number to open

See code: src/commands/localhost.ts

sias mongodb:check

undefined

USAGE
  $ sias mongodb:check

See code: src/commands/mongodb/check.ts

sias mysql:check

undefined

USAGE
  $ sias mysql:check

OPTIONS
  -d, --db=db        [default: crm]
  -h, --host=host    [default: localhost]
  -p, --pass=pass    [default: zudo]
  -q, --help         show CLI help
  -t, --table=table
  -u, --user=user    [default: zudo]

See code: src/commands/mysql/check.ts

sias os:info

undefined

USAGE
  $ sias os:info

See code: src/commands/os/info.ts

sias ssh:rsa

undefined

USAGE
  $ sias ssh:rsa

OPTIONS
  -e, --emai=emai  [default: ashutoshpith@gmail.com]
  -h, --help       show CLI help

See code: src/commands/ssh/rsa.ts

sias startServer

undefined

USAGE
  $ sias startServer

See code: src/commands/startServer.ts

sias

Readme

Keywords

Package Sidebar

Install

npm i sias

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

56.4 kB

Total Files

57

Last publish

Collaborators

  • ashutoshpith