---
title: "Create Bamboo plans in bulk using Bamboo Command Line Interface (CLI)"
canonical: "https://support.appfire.com/space/SUPPORT/89141419/Create%20Bamboo%20plans%20in%20bulk%20using%20Bamboo%20Command%20Line%20Interface%20(CLI)"
format: markdown
---
<span style="color: #333333">This article explains how to create Bamboo plans in large numbers using Bamboo Command Line Interface (CLI).</span>

## Instructions

1. <span style="color: #333333">Create a CSV file with required data filled into the columns</span><span style="color: #333333"> </span>[*plan*](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65933690/Parameters#Parameters-plan)* and *[*description*](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65933690/Parameters#Parameters-description)* *<span style="color: #333333">as shown in the following screenshot:</span>  
> Macro (inline-media-image)
2. <span style="color: #333333">Combine the actions </span>[**runFromCsv**](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65938843/Actions#Actions-runFromCsv)** **<span style="color: #333333">and</span>** **[**createPlan**](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65938843/Actions#Actions-createPlan)<span style="color: #333333"> to create plans in bulk. Note that this example works as the</span><span style="color: #333333"> </span><span style="color: #333333">column names in the </span><span style="color: #333333">CSV file are the same as the parameter names for </span>[<span style="color: #333333">createPlan</span>](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65938843/Actions#Actions-createPlan)<span style="color: #333333">.</span>

> ℹ️ <span style="color: #000000">It is recommended to test this scenario in a test environment or run the action with the</span><span style="color: #333333"> </span>[*--simulate*](https://appfire.atlassian.net/wiki/spaces/BCLI/pages/65933690/Parameters#Parameters-simulate)<span style="color: #333333"> </span><span style="color: #000000">parameter to verify the behavior before deploying.</span>