<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>config on SOW</title>
    <link>https://sow.pgsty.com/tags/config/</link>
    <description>Recent content in config on SOW</description>
    <generator>Hugo</generator>
    <language>en</language>
    
    
    
      <lastBuildDate>Fri, 28 Aug 2026 18:32:04 +0800</lastBuildDate>
    
    
      <atom:link href="https://sow.pgsty.com/tags/config/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>sow.yml Reference</title>
        <link>https://sow.pgsty.com/docs/reference/config/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/reference/config/</guid>
        <description>&lt;p&gt;&lt;code&gt;sow.yml&lt;/code&gt; is the single configuration file of a managed workspace. It sits at the&#xA;workspace root, declares which repositories and distributions exist, and holds the&#xA;membership policy and signing settings that every build applies. Plain mode&#xA;(&lt;code&gt;sow create&lt;/code&gt;) never reads it.&lt;/p&gt;&#xA;&lt;p&gt;This page lists every field the parser accepts. Anything not listed here is rejected —&#xA;there are no undocumented keys and no keys reserved for future use.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-the-file-is-read&#34;&gt;How the file is read&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;SOW parses &lt;code&gt;sow.yml&lt;/code&gt; with a strict decoder. Practically, that means:&lt;/p&gt;</description>
      </item>
    <item>
        <title>sow init</title>
        <link>https://sow.pgsty.com/docs/command/init/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/command/init/</guid>
        <description>&lt;p&gt;&lt;code&gt;sow init&lt;/code&gt; creates the root &lt;code&gt;sow.yml&lt;/code&gt; and the private &lt;code&gt;.sow/&lt;/code&gt; state directory that make a directory a&#xA;Workspace. It is also the convergence command for a config you wrote by hand: if &lt;code&gt;sow.yml&lt;/code&gt; already&#xA;declares Repositories and Dists, &lt;code&gt;init&lt;/code&gt; materializes the ones that don&amp;rsquo;t exist yet and leaves the&#xA;finished ones alone.&lt;/p&gt;&#xA;&lt;h2 id=&#34;synopsis&#34;&gt;Synopsis&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-d33c2d3c-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;text&#34; data-td-line-count=&#34;1&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-d33c2d3c-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sow init [DIR] [--json]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;code&gt;DIR&lt;/code&gt; defaults to the current directory. &lt;code&gt;init&lt;/code&gt; takes no &lt;code&gt;-C/--workdir&lt;/code&gt; — the positional argument&#xA;already names the target unambiguously.&lt;/p&gt;</description>
      </item>
    <item>
        <title>sow config</title>
        <link>https://sow.pgsty.com/docs/command/config/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/command/config/</guid>
        <description>&lt;p&gt;&lt;code&gt;sow config&lt;/code&gt; has two read-only subcommands. &lt;code&gt;config check&lt;/code&gt; is the full preflight over &lt;code&gt;sow.yml&lt;/code&gt; —&#xA;run it after every hand edit and in CI. &lt;code&gt;config show&lt;/code&gt; prints the configuration SOW actually computed,&#xA;which is where you confirm that defaults, inherited architectures and normalized aliases resolved the&#xA;way you expected.&lt;/p&gt;&#xA;&lt;p&gt;Neither subcommand creates directories, touches a database, or corrects your file.&lt;/p&gt;&#xA;&lt;h2 id=&#34;synopsis&#34;&gt;Synopsis&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-948f6408-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;text&#34; data-td-line-count=&#34;2&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-948f6408-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sow config check [-C DIR] [--json]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sow config show [--all] [-C DIR] [-r NAME] [-d NAME]... [--json]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;code&gt;sow help config&lt;/code&gt; lists both.&lt;/p&gt;</description>
      </item>
    <item>
        <title>Reference</title>
        <link>https://sow.pgsty.com/docs/reference/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/reference/</guid>
        <description>&lt;p&gt;This section is the stable contract for configuration fields, package references, paths,&#xA;exit codes, JSON, platforms, and integrations. CLI syntax and state transitions live in&#xA;&lt;a href=&#34;https://sow.pgsty.com/docs/command/&#34;&gt;Commands&lt;/a&gt;; use &lt;a href=&#34;https://sow.pgsty.com/docs/start/&#34;&gt;Get Started&lt;/a&gt; for the operating model.&lt;/p&gt;&#xA;&lt;p&gt;Output examples show shape; identifiers, paths, hashes, timestamps, and counts vary by&#xA;workspace. The built-in &lt;code&gt;sow help&lt;/code&gt; remains the exact syntax authority.&lt;/p&gt;&#xA;&lt;div class=&#34;td-content-cards td-content-cards--auto&#34; id=&#34;td-cards-4da5a176-0&#34;&gt;&#xA;&#xA;&lt;article id=&#34;td-card-4da5a176-cards-0-0&#34; class=&#34;td-content-card&#34;&gt;&#xA;&lt;div class=&#34;td-content-card__body&#34;&gt;&#xA;&lt;div class=&#34;td-content-card__head&#34;&gt;&lt;a class=&#34;td-content-card__title&#34; href=&#34;https://sow.pgsty.com/docs/reference/config/&#34;&gt;sow.yml Reference&lt;/a&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;td-content-card__description&#34;&gt;&lt;p&gt;The complete configuration schema: workspace, repository, distribution, membership&#xA;policy, signing, and publication targets.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/article&gt;&#xA;&lt;article id=&#34;td-card-4da5a176-cards-0-1&#34; class=&#34;td-content-card&#34;&gt;&#xA;&lt;div class=&#34;td-content-card__body&#34;&gt;&#xA;&lt;div class=&#34;td-content-card__head&#34;&gt;&lt;a class=&#34;td-content-card__title&#34; href=&#34;https://sow.pgsty.com/docs/reference/package-ref/&#34;&gt;Package References&lt;/a&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;td-content-card__description&#34;&gt;&lt;p&gt;The five ways to name a package on the command line, how ambiguity is resolved, and&#xA;which forms &lt;code&gt;rm&lt;/code&gt;, &lt;code&gt;show&lt;/code&gt;, and &lt;code&gt;where&lt;/code&gt; accept.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
