File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,28 +23,16 @@ curl -sSL https://endgit.dev/installer.sh | bash
2323## Usage
2424
2525``` bash
26- # Login with your EndGit account
2726endgit login
28-
29- # Search plugins
3027endgit search < query>
31-
32- # View plugin details
3328endgit info < plugin>
34-
35- # Install a plugin (latest version)
36- endgit install < plugin>
37-
38- # Install a specific version
39- endgit install < plugin> @1.2.0
40-
41- # Install a dev build by commit
42- endgit install < plugin> @abc1234
43-
44- # Initialize a new plugin project
29+ endgit install < plugin[@version| @commit]>
30+ endgit upgrade [plugin]
31+ endgit remove < plugin>
32+ endgit list
4533endgit init
46-
47- # Update EndGit to the latest version
34+ endgit publish
35+ endgit whoami
4836endgit update
4937```
5038
@@ -57,6 +45,10 @@ endgit update
5745| ` endgit search <query> ` | Search the plugin marketplace |
5846| ` endgit info <plugin> ` | Show detailed plugin information |
5947| ` endgit install <plugin[@version]> ` | Install a plugin to your server |
48+ | ` endgit upgrade [plugin] ` | Upgrade installed plugins to the latest version |
49+ | ` endgit list ` | List installed plugins |
50+ | ` endgit remove <plugin> ` | Remove an installed plugin |
51+ | ` endgit whoami ` | Show the currently authenticated user |
6052| ` endgit init ` | Initialize a new plugin project |
6153| ` endgit publish ` | Package and publish your plugin |
6254| ` endgit update ` | Update EndGit CLI to the latest version |
You can’t perform that action at this time.
0 commit comments