sias
v1.0.4
Published
sias commands
Downloads
9
Readme
sias
sias commands
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:getsias config:setsias file:getsias file:setsias git:commit [INPUT]sias git:psias git:pull [INPUT]sias git:pushsias goodbyesias hello [FILE]sias help [COMMAND]sias ip [IPVERSION]sias localhostsias mongodb:checksias mysql:checksias os:infosias ssh:rsasias startServer
sias config:get
undefined
USAGE
$ sias config:getSee code: src/commands/config/get.ts
sias config:set
undefined
USAGE
$ sias config:setSee 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 fileSee code: src/commands/file/get.ts
sias file:set
undefined
USAGE
$ sias file:setSee code: src/commands/file/set.ts
sias git:commit [INPUT]
undefined
USAGE
$ sias git:commit [INPUT]
OPTIONS
-h, --help show CLI helpSee 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 helpSee code: src/commands/git/p.ts
sias git:pull [INPUT]
undefined
USAGE
$ sias git:pull [INPUT]
OPTIONS
-h, --help show CLI helpSee code: src/commands/git/pull.ts
sias git:push
undefined
USAGE
$ sias git:pushSee code: src/commands/git/push.ts
sias goodbye
undefined
USAGE
$ sias goodbyeSee 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 CLISee 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 helpSee 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 openSee code: src/commands/localhost.ts
sias mongodb:check
undefined
USAGE
$ sias mongodb:checkSee 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:infoSee code: src/commands/os/info.ts
sias ssh:rsa
undefined
USAGE
$ sias ssh:rsa
OPTIONS
-e, --emai=emai [default: [email protected]]
-h, --help show CLI helpSee code: src/commands/ssh/rsa.ts
sias startServer
undefined
USAGE
$ sias startServerSee code: src/commands/startServer.ts
