An open API service indexing awesome lists of open source software.

https://github.com/btoron/ofs-plugin-uploader-js


https://github.com/btoron/ofs-plugin-uploader-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# OFS Plugin Manager

CLI utility to upload plugints to an OFS instance

## Usage:

pluginmgr upload [OPTIONS]

Upload plugin

Options:
--help Show help [boolean]
--version Show version number [boolean]
--filename [string] [default: "plugin.zip"]
--save Save a copy of the XML file [boolean] [default: false]
--test No upload (test mode) [boolean] [default: false]
--savefile [string] [default: "plugin.xml"]
--credentials [string] [default: "credentials.json"]
--descriptorFile [string] [default: "descriptor.json"]

## File format

### Credentials File

{
"instance": ,
"clientId": ,
"clientSecret":
}

### Descriptor File Example

{
"properties": {
"activity": [
"aid"
],
"resource": []
}
}