<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kuu</title>
    <description>The latest articles on DEV Community by kuu (@fumiya_kume).</description>
    <link>https://dev.to/fumiya_kume</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F41330%2F3035f191-95b7-4b61-a6d1-e9c91d6d64f6.jpg</url>
      <title>DEV Community: kuu</title>
      <link>https://dev.to/fumiya_kume</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fumiya_kume"/>
    <language>en</language>
    <item>
      <title>How to local validation Circle CI Config file</title>
      <dc:creator>kuu</dc:creator>
      <pubDate>Sat, 01 Jun 2019 15:18:46 +0000</pubDate>
      <link>https://dev.to/fumiya_kume/how-to-local-validation-circle-ci-config-file-6eh</link>
      <guid>https://dev.to/fumiya_kume/how-to-local-validation-circle-ci-config-file-6eh</guid>
      <description>&lt;h1&gt;
  
  
  Step1 Install Circle CI CLI Tool.
&lt;/h1&gt;

&lt;p&gt;Circle CI has CLI Tool, and that installable at HomeBrew.&lt;br&gt;
Execute this command and install Circle CI CLI Tool.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;brew install circleci
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h1&gt;
  
  
  Step2 Execute Validation Command.
&lt;/h1&gt;

&lt;p&gt;validation local config file in a Circle CI CLI Tool.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;circleci config validate
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Successfull output
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Config file at .circleci/config.yml is valid.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>circleci</category>
      <category>ci</category>
      <category>homebrew</category>
    </item>
  </channel>
</rss>
