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
{{ message }}
This repository was archived by the owner on Aug 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ Rexer is a command-line tool for managing Redmine Extension (Plugin and Theme).
16
16
17
17
It is mainly aimed at helping with the development of Redmine and its plugins, allowing you to define extensions in a Ruby DSL and install, uninstall, update, and switch between different sets of the extensions.
Redmine [Plugin](https://www.redmine.org/projects/redmine/wiki/Plugins) and [Theme](https://www.redmine.org/projects/redmine/wiki/Themes) are called Redmine Extension in this tool.
@@ -80,15 +78,16 @@ This command uninstalls the extensions and deletes the `.extensions.lock`.
80
78
```
81
79
$ rex
82
80
Commands:
83
-
rex envs # Show the list of environments and their extensions defined in .extensions.rb
84
-
rex help [COMMAND] # Describe available commands or one specific command
85
-
rex init # Create a new .extensions.rb file
86
-
rex install [ENV] # Install the definitions in .extensions.rb for the specified environment
87
-
rex state # Show the current state of the installed extensions
88
-
rex switch [ENV] # Uninstall extensions for the currently installed environment and install extensions for the specified environment
89
-
rex uninstall # Uninstall extensions for the currently installed environment based on the state in .extensions.lock and remove the lock file
90
-
rex update # Update extensions for the currently installed environment to the latest version
91
-
rex version # Show Rexer version
81
+
rex envs # Show the list of environments and their extensions defined in .extensions.rb
82
+
rex help [COMMAND] # Describe available commands or one specific command
83
+
rex init # Create a new .extensions.rb file
84
+
rex install [ENV] # Install the definitions in .extensions.rb for the specified environment
85
+
rex reinstall [PLUGIN or THEME] # Uninstall extensions for the currently installed environment and install them again
86
+
rex state # Show the current state of the installed extensions
87
+
rex switch [ENV] # Uninstall extensions for the currently installed environment and install extensions for the specified environment
88
+
rex uninstall # Uninstall extensions for the currently installed environment based on the state in .extensions.lock and remove the lock file
89
+
rex update # Update extensions for the currently installed environment to the latest version
0 commit comments