Skip to content

Commit 7aa1e02

Browse files
Update README.md
remove deprecated long cmds
1 parent 00dce3a commit 7aa1e02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,11 @@ mcpm add SERVER_URL --alias ALIAS # Add with a custom alias
108108

109109
# 📋 List and Remove
110110
mcpm ls # List server configurations for the active client/profile
111-
mcpm list # Alias for 'ls'
112111
mcpm rm SERVER_NAME # Remove a server configuration
113-
mcpm remove SERVER_NAME # Alias for 'rm'
114112

115113
# 🔄 Modify and Organize
116114
mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA #profileB)
117-
mcpm copy SOURCE TARGET # Alias for 'cp'
118115
mcpm mv SOURCE TARGET # Move a server config (e.g., #profileA/serverX @client2)
119-
mcpm move SOURCE TARGET # Alias for 'mv'
120116

121117
# 📦 Stashing (Temporarily disable/enable)
122118
mcpm stash SERVER_NAME # Temporarily disable/store a server configuration aside
@@ -134,7 +130,6 @@ The currently *active* profile's servers are typically used by features like the
134130
mcpm profile list # List all available MCPM profiles
135131
mcpm profile add PROFILE_NAME # Add a new, empty profile
136132
mcpm profile rm PROFILE_NAME # Remove a profile (does not delete servers within it)
137-
mcpm profile remove PROFILE_NAME # Alias for 'rm'
138133
mcpm profile rename OLD_NAME NEW_NAME # Rename a profile
139134

140135
# ✅ Activating Profiles

0 commit comments

Comments
 (0)