Skip to content

Commit

Permalink
fix github code link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Khalid committed Feb 4, 2020
1 parent 23066ed commit 0296b08
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ OPTIONS
-s, --schema=schema (required) [default: templates] path to schema file
```

_See code: [src/commands/autopilot/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/create.js)_
_See code: [src/commands/autopilot/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/create.js)_

## `twilio autopilot:delete`

Expand All @@ -124,7 +124,7 @@ OPTIONS
--unique-name=unique-name assistant unique name
```

_See code: [src/commands/autopilot/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/delete.js)_
_See code: [src/commands/autopilot/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/delete.js)_

## `twilio autopilot:export`

Expand All @@ -140,7 +140,7 @@ OPTIONS
--unique-name=unique-name assistant unique name
```

_See code: [src/commands/autopilot/export.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/export.js)_
_See code: [src/commands/autopilot/export.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/export.js)_

## `twilio autopilot:list`

Expand All @@ -156,7 +156,7 @@ OPTIONS
https://www.twilio.com/docs/autopilot/api/assistant#assistant-properties
```

_See code: [src/commands/autopilot/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/list.js)_
_See code: [src/commands/autopilot/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/list.js)_

## `twilio autopilot:update`

Expand All @@ -172,7 +172,7 @@ OPTIONS
--unique-name=unique-name assistant unique name
```

_See code: [src/commands/autopilot/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/update.js)_
_See code: [src/commands/autopilot/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/update.js)_

## `twilio autopilot:init`

Expand All @@ -190,7 +190,7 @@ OPTIONS
--url=url the url to the template list or the git repo
```

_See code: [src/commands/autopilot/init.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/init.js)_
_See code: [src/commands/autopilot/init.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/init.js)_

## `twilio autopilot:deploy`

Expand All @@ -210,7 +210,7 @@ OPTIONS
--override-existing-project Deploys Serverless project to existing service if a naming conflict has been found.
```

_See code: [src/commands/autopilot/deploy.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/deploy.js)_
_See code: [src/commands/autopilot/deploy.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/deploy.js)_

## `twilio autopilot:fields:create`

Expand All @@ -233,7 +233,7 @@ OPTIONS
--unique-name=unique-name (required) field unique name
```

_See code: [src/commands/autopilot/fields/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fields/create.js)_
_See code: [src/commands/autopilot/fields/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fields/create.js)_

## `twilio autopilot:fields:delete`

Expand All @@ -252,7 +252,7 @@ OPTIONS
--task-sid=task-sid task sid
```

_See code: [src/commands/autopilot/fields/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fields/delete.js)_
_See code: [src/commands/autopilot/fields/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fields/delete.js)_

## `twilio autopilot:fields:list`

Expand All @@ -270,7 +270,7 @@ OPTIONS
--task-sid=task-sid task sid
```

_See code: [src/commands/autopilot/fields/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fields/list.js)_
_See code: [src/commands/autopilot/fields/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fields/list.js)_

## `twilio autopilot:fieldtypes:create`

Expand All @@ -287,7 +287,7 @@ OPTIONS
--unique-name=unique-name (required) unique name for the field type
```

_See code: [src/commands/autopilot/fieldtypes/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fieldtypes/create.js)_
_See code: [src/commands/autopilot/fieldtypes/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fieldtypes/create.js)_

## `twilio autopilot:fieldtypes:list`

Expand All @@ -304,7 +304,7 @@ OPTIONS
https://www.twilio.com/docs/autopilot/api/field-type#fieldtype-properties
```

_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fieldtypes/list.js)_
_See code: [src/commands/autopilot/fieldtypes/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fieldtypes/list.js)_

## `twilio autopilot:fieldtypes:update`

Expand All @@ -322,7 +322,7 @@ OPTIONS
--unique-name=unique-name field unique name
```

_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fieldtypes/update.js)_
_See code: [src/commands/autopilot/fieldtypes/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fieldtypes/update.js)_

## `twilio autopilot:fieldvalues:upload`

Expand All @@ -339,7 +339,7 @@ OPTIONS
--file-name=file-name (required) a CSV file of field values (one on each row with synonyms in columns)
```

_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/fieldvalues/upload.js)_
_See code: [src/commands/autopilot/fieldvalues/upload.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/fieldvalues/upload.js)_

## `twilio autopilot:tasks:create`

Expand All @@ -356,7 +356,7 @@ OPTIONS
--unique-name=unique-name (required) unique name for task
```

_See code: [src/commands/autopilot/tasks/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/tasks/create.js)_
_See code: [src/commands/autopilot/tasks/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/tasks/create.js)_

## `twilio autopilot:tasks:delete`

Expand All @@ -372,7 +372,7 @@ OPTIONS
--task-sid=task-sid task sid
```

_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/tasks/delete.js)_
_See code: [src/commands/autopilot/tasks/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/tasks/delete.js)_

## `twilio autopilot:tasks:list`

Expand All @@ -389,7 +389,7 @@ OPTIONS
https://www.twilio.com/docs/autopilot/api/task#task-properties
```

_See code: [src/commands/autopilot/tasks/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/tasks/list.js)_
_See code: [src/commands/autopilot/tasks/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/tasks/list.js)_

## `twilio autopilot:tasks:update`

Expand All @@ -407,7 +407,7 @@ OPTIONS
--unique-name=unique-name task unique name to update
```

_See code: [src/commands/autopilot/tasks/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/tasks/update.js)_
_See code: [src/commands/autopilot/tasks/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/tasks/update.js)_

## `twilio autopilot:samples:upload`

Expand All @@ -424,7 +424,7 @@ OPTIONS
--task-sid=task-sid task sid
```

_See code: [src/commands/autopilot/samples/upload.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/samples/upload.js)_
_See code: [src/commands/autopilot/samples/upload.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/samples/upload.js)_

## `twilio autopilot:import [TYPE]`

Expand All @@ -451,7 +451,7 @@ DESCRIPTION
-> twilio autopilot:import alexa --model <alexa-interaction-model-file> [--redirectURL <alexa-back-end-hanlder-url>]
```

_See code: [src/commands/autopilot/import.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/import.js)_
_See code: [src/commands/autopilot/import.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/import.js)_

## `twilio autopilot:webhooks:create`

Expand All @@ -470,7 +470,7 @@ OPTIONS
-w, --webhook-unique-name=webhook-unique-name (required) unique name for webhook
```

_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/webhooks/create.js)_
_See code: [src/commands/autopilot/webhooks/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/webhooks/create.js)_

## `twilio autopilot:webhooks:delete`

Expand All @@ -486,7 +486,7 @@ OPTIONS
--webhook-sid=webhook-sid SID of the webhook to delete
```

_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/webhooks/delete.js)_
_See code: [src/commands/autopilot/webhooks/delete.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/webhooks/delete.js)_

## `twilio autopilot:webhooks:list`

Expand All @@ -506,7 +506,7 @@ OPTIONS
```

_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/webhooks/list.js)_
_See code: [src/commands/autopilot/webhooks/list.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/webhooks/list.js)_

## `twilio autopilot:webhooks:update`

Expand All @@ -526,7 +526,7 @@ OPTIONS
--webhook-sid=webhook-sid SID of the webhook to update
```

_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/webhooks/update.js)_
_See code: [src/commands/autopilot/webhooks/update.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/webhooks/update.js)_

## `twilio autopilot:modelbuilds:create`

Expand All @@ -542,7 +542,7 @@ OPTIONS
-u, --callbackURL=callbackURL URL to get notified of model build status
```

_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/modelbuilds/create.js)_
_See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/modelbuilds/create.js)_

## `twilio autopilot:simulate`

Expand All @@ -558,7 +558,7 @@ OPTIONS
-t, --text=text (required) User text input
```

_See code: [src/commands/autopilot/simulate.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/simulate.js)_
_See code: [src/commands/autopilot/simulate.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/simulate.js)_

## `twilio autopilot:queries:export`

Expand All @@ -574,7 +574,7 @@ OPTIONS
-s, --assistant-sid=assistant-sid (required) assistant sid
```

_See code: [src/commands/autopilot/queries/export.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.1/src/commands/autopilot/queries/export.js)_
_See code: [src/commands/autopilot/queries/export.js](https://github.com/dabblelab/twilio-cli-autopilot-plugin/blob/v1.0.2/src/commands/autopilot/queries/export.js)_

## `twilio help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dabblelab/plugin-autopilot",
"description": "Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Assistant",
"version": "1.0.1",
"version": "1.0.2",
"author": "Steve Tingiris",
"bugs": "https://github.com/tingiris/twilio-cli-autopilot-plugin/issues",
"dependencies": {
Expand Down

0 comments on commit 0296b08

Please sign in to comment.