Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

hashicorp/otto-example-app-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otto Example App Plugin

This repository contains an example app type plugin for Otto. App types enable Otto to detect and work with new types of applications.

NOTE: Otto 0.2 (currently unreleased) is required for app type plugins. This repository is used for the documentation and as an example in preparation for that release. Once it is released, this section will be removed.

Building the Plugin

To build the plugin, compile it like a normal go executable:

$ go get
$ go build -o otto-plugin-example

The output name of "otto-plugin-example" is important. Otto looks for the pattern otto-plugin-* to find plugins.

About

Example app type plugin for Otto (ottoproject.io)

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages