Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions devtool/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
FLOGO CLI PLUGIN
======================
<!--
title: CLI plugin
weight: 5020
pre: "<i class=\"fa fa-terminal\" aria-hidden=\"true\"></i> "
-->

# FLOGO CLI PLUGIN

## Installation
### Prerequisites
Flogo ClI version v0.9.0 or above

###Install the Plugin
### Install the Plugin
To install this plugin

```
flogo plugin install github.com/project-flogo/cli-plugins/devtool
```

##Usage
## Usage
You can create a generate a sample Trigger/Activity/Action using the plugin:

```
Expand All @@ -28,4 +33,4 @@ You can also use this plugin to create descriptor JSON from the metadata.
In same location as your metadata.go enter the following command
```
flogo dev sync-metadata
```
```