Skip to content

Commit 099ccbb

Browse files
committed
feat: update readme with new commands
1 parent 3c82cc4 commit 099ccbb

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff 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
2726
endgit login
28-
29-
# Search plugins
3027
endgit search <query>
31-
32-
# View plugin details
3328
endgit 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
4533
endgit init
46-
47-
# Update EndGit to the latest version
34+
endgit publish
35+
endgit whoami
4836
endgit 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 |

0 commit comments

Comments
 (0)