https://github.com/btoron/ofs-plugin-uploader-js
https://github.com/btoron/ofs-plugin-uploader-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btoron/ofs-plugin-uploader-js
- Owner: btoron
- Created: 2023-01-03T22:16:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:23:43.000Z (over 2 years ago)
- Last Synced: 2025-10-09T04:43:34.826Z (8 months ago)
- Language: TypeScript
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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": []
}
}