User Manual

11.07.2025

MANUAL

List of CodeDefiner Commands

## Overview List of commands and arguments for "「CodeDefiner」". ## Command List ### 1. _rds Command #### Overview Used when creating a database. |Argument|Value|Description| |:--|:--|:--| |/y|None|Skip execution confirmation screen| |/f|None|Allow column to be reduced | |/p|Example: /p C:\home\site\wwwroot|Absolute path of Implem.Pleasanter <br>Mainly used for installing and upgrading Azure App Service| |/l|ja|Rewrites the value of DefaultLanguage in Service.json (*1)| |/z|Asia/Tokyo|Rewrites the value of TimeZoneDefault in Service.json (*1) | *1 "/l" and "/z" are executed only during initial installation. Usage example ``` dotnet Implem.CodeDefiner.dll _rds /y ``` ### 2. merge Command #### Overview Used for merging parameters when upgrading. |Argument|Value|Description| |:--|:--|:--| |/b|Example: C:\web\pleasanter_bk|Absolute path to Pleasanter backup folder| |/i|Example: C:\web\pleasanter|Absolute path to latest version of Pleasanter | ``` dotnet Implem.CodeDefiner.dll merge /b C:\web\pleasanter_bk /i C:\web\pleasanter ``` ### 3. migrate Command #### Overview Used when migrating from SQL Server. ``` dotnet Implem.CodeDefiner.dll migrate ``` ## Supported Versions |Supported Versions|Body| |:--|:--| |1.4.6.0 and later|Added arguments "/l" and "/z" to the _rds command| |1.4.8.0 and later|Newly added merge command. Added arguments "/y" and "/f" to the _rds command| ## Related Columns <div id="ManualList"> <article class="s-blog_list_unit"><h2> <h2>The specified information was not found.</h2> <p><a href="/ja/manual">Return to top</a></p> </article> </div><input id="SearchTextHidden" type="hidden" value="" />
TOP