-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PD-4610: --defaults-file global parameter
- Loading branch information
1 parent
62c35e2
commit beb34fb
Showing
7 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:searchable="False"> | ||
<head><title><MadCap:variable name="Heading.Level1" /></title> | ||
<link rel="canonical" href="https://docs.liquibase.com/parameters/defaults-file.html" /> | ||
<meta name="description" content="Reference information and use cases for the defaults-file parameter. The defaults-file global parameter is a case-sensitive string that specifies the filepath Liquibase uses for the file containing configuration properties to apply." /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
</head> | ||
<body> | ||
<h1><code>defaults-file</code> | ||
</h1> | ||
<p>The <code class="language-text">--defaults-file</code> global parameter is a case-sensitive string that specifies the filepath <MadCap:variable name="General.Liquibase" /> uses for the file containing configuration properties to apply. By default, the value of this parameter is <code class="language-text">liquibase.properties</code>.</p> | ||
<h2>Uses</h2> | ||
<p>If you want to use the default <code class="language-text">liquibase.properties</code> file to store your configurations, you don't have to specify this parameter.</p> | ||
<p>However, you may want to have multiple defaults files containing different sets of properties or your organization may have a custom naming pattern for configuration files. In these cases, you can use <code class="language-text">--defaults-file</code> to set a custom name for the file containing your <MadCap:variable name="General.Liquibase" /> properties. You can also use the parameter to specify a remote file location for your <MadCap:variable name="General.Liquibase" /> properties in <a href="../liquibase-pro/remote-files/s3.htm">Amazon S3</a>.</p> | ||
<p>For more information on the parameters you need to specify to run <MadCap:variable name="General.Liquibase" /> commands, see <MadCap:xref href="../concepts/connections/creating-config-properties.html">Create and Configure a [%=General.liquiPropFile%] File</MadCap:xref>.</p> | ||
<MadCap:snippetBlock src="../Z_Resources/Snippets/text/parameter-syntax.flsnp" MadCap:snippetVariables="parameters-global-command.case-camel:defaultsFile,;parameters-global-command.command-name:update,;parameters-global-command.case-envar:DEFAULTS_FILE,;parameters-global-command.case-kebab:defaults-file,;parameters-global-command.value-type:<string>," /> | ||
<h2>Related links</h2> | ||
<ul> | ||
<li> | ||
<MadCap:xref href="../concepts/connections/creating-config-properties.html">Create and Configure a [%=General.liquiPropFile%] File</MadCap:xref> | ||
</li> | ||
<li> | ||
<MadCap:xref href="../start/tutorials/home.html">[%=General.Liquibase%] Database Tutorials</MadCap:xref> | ||
</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters