CLI for That Conference (https://www.thatconference.com/)
d6622948da | ||
---|---|---|
.circleci | ||
bin | ||
src | ||
test | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.nycrc | ||
LICENSE | ||
README.md | ||
appveyor.yml | ||
package.json | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
README.md
thatconf
CLI for That Conference (https://www.thatconference.com/)
Usage
$ npm install -g thatconf
$ thatconf COMMAND
running command...
$ thatconf (-v|--version|version)
thatconf/0.3.3 darwin-x64 node-v9.10.1
$ thatconf --help [COMMAND]
USAGE
$ thatconf COMMAND
...
Commands
thatconf help [COMMAND]
display help for thatconf
USAGE
$ thatconf help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
thatconf sessions
command for looking up sessions
USAGE
$ thatconf sessions
OPTIONS
-d, --day=Saturday|Sunday|Monday|Tuesday|Wednesday
day of conference
-h, --help
show CLI help
-l, --level=level
level
-n, --name=name
name of speaker
-p,
--primary=ALM|Architecture|ARVR|Cloud|DataStorage|DevOps|IoTMaker|Languages|MobileClient|SoftSkills|Security|Testing|T
ools|UxUi|Web|Other|Family|Keynote|THAT Conference|Open Spaces|Precon|FamilyPrecon
primary category
-s,
--secondary=ALM|Architecture|ARVR|Cloud|DataStorage|DevOps|IoTMaker|Languages|MobileClient|SoftSkills|Security|Testing
|Tools|UxUi|Web|Other|Family|Keynote|THAT Conference|Open Spaces|Precon|FamilyPrecon
secondary category
-t, --title=title
session title contains term
-y, --year=year
[default: 2018] year
--json
format output as json
See code: src/commands/sessions.ts
thatconf speakers
command for looking up speakers
USAGE
$ thatconf speakers
OPTIONS
-c, --company=company company contains term
-h, --help show CLI help
-t, --title=title title contains term
-y, --year=year [default: 2018] year
--json format output as json
See code: src/commands/speakers.ts
thatconf tags
command for getting all tags
USAGE
$ thatconf tags
OPTIONS
-h, --help show CLI help
-y, --year=year [default: 2018] year
See code: src/commands/tags.ts