Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Jan 15, 2025
2 parents c3705a6 + 19eacef commit 9c5042d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Content/liquibase-pro/flow/control-commands.htm
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
<head><title><MadCap:variable name="Heading.Level1" /></title>
<link rel="canonical" href="https://docs.liquibase.com/liquibase-pro/flow/control-commands.html" />
<meta name="description" content="Reference information and use cases for control commands in the Flow File." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:conditions="Default.EXCLUDE">
<head><title><MadCap:variable name="Heading.Level1" /></title>
<link rel="canonical" href="https://docs.liquibase.com/liquibase-pro/flow/control-commands.html" />
<meta name="description" content="Reference information and use cases for control commands in the Flow File." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<MadCap:snippetBlock src="../../Z_Resources/Snippets/images/icon-pro-top.flsnp" />
<h1>Control Command</h1>
<p>Using the Control command, <code>exit,</code> in a <a href="home.htm">flow file</a> allows you to exit running the flow if there are not any pending <MadCap:variable name="General.changeset" />s present. This enhances your efficiency when using a flow file by eliminating the need to run checks on unchanged changesets or generate drift reports when no changes are being applied.</p>
<p class="note">Available with a <MadCap:variable name="General.LBPro" /> license key in +4.30.0</p>
<p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;">Available with a <MadCap:variable name="General.LBPro" /> license key in +4.30.0</p>
<h2>Procedure</h2>
<ol>
<li>
Expand Down
4 changes: 2 additions & 2 deletions Content/parameters/search-path.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1><code>search-path</code>
<h2>Uses</h2>
<p><MadCap:variable name="General.Liquibase" /> uses the paths to files as part of <MadCap:variable name="General.changeset" /> identifiers. It is important for these paths to remain consistent and stable, because they are often included in shared <MadCap:variable name="General.changelog" /> files, even when the physical location of those files may change from machine to machine. The search path is the list of base physical locations where given <MadCap:variable name="General.changelog" /> paths can be found. For each file to look up, <MadCap:variable name="General.Liquibase" /> will check all those locations for the file.</p>
<p>For example, if your referenced file path is <code>db.changelog.xml</code> and your search path is <code>/Users/example/liquibase,/projects/global</code>, <MadCap:variable name="General.Liquibase" /> will look for <code>/Users/example/liquibase/db.changelog.xml</code> and <code>/projects/global/db.changelog.xml</code>.</p>
<p>You can also use <code>--search-path</code> to specify how to find files stored remotely on Amazon AWS S3. For more information, see <MadCap:xref href="../liquibase-pro/remote-files/searchpath.htm">Use search-path with S3</MadCap:xref>. The search-path syntax can include both a dot and an s3 url.</p>
<MadCap:codeSnippet>
<p MadCap:conditions="exclude.future">You can also use <code>--search-path</code> to specify how to find files stored remotely on Amazon AWS S3. For more information, see <MadCap:xref href="../liquibase-pro/remote-files/searchpath.htm">Use search-path with S3</MadCap:xref>. The search-path syntax can include both a dot and an s3 url.</p>
<MadCap:codeSnippet MadCap:conditions="exclude.future">
<MadCap:codeSnippetCopyButton />
<MadCap:codeSnippetCaption>Dot and s3 URL example:</MadCap:codeSnippetCaption>
<MadCap:codeSnippetBody MadCap:useLineNumbers="False" MadCap:lineNumberStart="1" MadCap:continue="False" xml:space="preserve">liquibase --search-path ".,s3://engineeringteam/smassaro/to-use" checks run</MadCap:codeSnippetBody>
Expand Down
3 changes: 0 additions & 3 deletions Project/TOCs/TOC.fltoc
Original file line number Diff line number Diff line change
Expand Up @@ -1807,9 +1807,6 @@
<TocEntry
Title="Conditionals"
Link="/Content/liquibase-pro/flow/conditionals.htm" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" />
<TocEntry
Title="[%=System.LinkedTitle%]"
Link="/Content/liquibase-pro/flow/control-commands.htm" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" />
<TocEntry
Title="[%=System.LinkedHeader%]"
Link="/Content/liquibase-pro/flow/shell-commands.htm" xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"></TocEntry>
Expand Down

0 comments on commit 9c5042d

Please sign in to comment.