You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,35 @@ From within a plugin directory
80
80
81
81
The package will be registered with the registry on a first come first serve basis.
82
82
83
+
##### Unregister a plugin
84
+
85
+
From within a plugin directory
86
+
87
+
adapt unregister
88
+
89
+
`name` will be read from `bower.json` in the current directory
90
+
91
+
Alternatively, from any directory
92
+
93
+
adapt unregister <plugin name>
94
+
95
+
You will be prompted to authenticate with GitHub.
96
+
97
+
The package will be unregistered with the registry if the authenticated user is a collaborator on the given endpoint or a collaborator on the Adapt framework.
98
+
99
+
##### Rename a plugin
100
+
101
+
From any directory
102
+
103
+
adapt rename <plugin name> <new plugin name>
104
+
105
+
You will be prompted to authenticate with GitHub.
106
+
107
+
The package will be renamed if the authenticated user is a collaborator on the endpoint registered with the plugin or a collaborator on the Adapt framework.
108
+
83
109
Release History
84
110
===============
111
+
- 2.0.5 - Added rename and unregister commands and corrected some typos
Copy file name to clipboardExpand all lines: json/help-register.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"command": "register",
3
-
"description": "Register a plugin to adapt's remote registory by reading bower.json file. Check folowing URL for more detail - https://github.com/adaptlearning/adapt_framework/wiki/Registering-a-plugin",
3
+
"description": "Register a plugin to adapt's remote registry by reading bower.json file. Check folowing URL for more detail - https://github.com/adaptlearning/adapt_framework/wiki/Registering-a-plugin",
"description": "Unregister a plugin at Adapt's remote registry. Specify as two arguments the current name of the plugin to be renamed and a new name. Please note that you must authenticate with GitHub to unregister and must be a collaborator on the endpoint registered with the plugin or a collaborator on the Adapt framework. Access to GitHub is for authentication only.",
"description": "Unregister a plugin at Adapt's remote registry. This command can be run without arguments in a directory which contains the bower.json file for the plugin to be unregistered. Alternatively, specify the name of the plugin as a single argument. Please note that you must authenticate with GitHub to unregister and must be a collaborator on the endpoint registered with the plugin or a collaborator on the Adapt framework. Access to GitHub is for authentication only.",
0 commit comments