/IWAC

Command line tool to create Watson Assistant Workspaces

Primary LanguageJavaScriptMIT LicenseMIT

IWAC

IWAC

Command line tool to create Watson Assistant Workspaces

Install

Install with npm

$ npm i iwac -g

Keep in mind that Watson Assistant have a Rate Limit of 30 requests every 30 Minutes

Usage

iwac --help
iwac list|l
iwac create|c
iwac remove|r
iwac migrate|m
iwac d|dump

iwac create options :

  • -y | --yml if you want to export to yaml
  • -a, --url Url of watson assistant
  • -u, --username Username of watson assistant
  • -p, --password Password of watson assistant
  • -l, --languages , Languages of workspaces separated by a comma
  • -t, --types , Types of workspaces separated by a comma

iwac dump options :

  • -o | --output-directory Mandatory Specifies where to create dump files

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Themandunord

License

Copyright © 2018 Themandunord Licensed under the MIT license.