{"id":45009,"date":"2024-06-28T11:15:43","date_gmt":"2024-06-28T11:15:43","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=45009"},"modified":"2026-02-18T12:10:24","modified_gmt":"2026-02-18T12:10:24","slug":"cli-vcs-project-deployment","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment","title":{"rendered":"CLI Deploy VCS Projects"},"content":{"rendered":"<h2 class=\"ack-h1\">Deploy VCS Projects<\/2><br \/>\nThe deployment of projects using the <strong>Version Control System(VCS)<\/strong> is a practical and commonly used method to connect applications to the cloud.<\/p>\n<p>This makes it easy to handle the source code for your application, allowing you to upgrade the application manually or automatically at periodic fixed intervals to newer versions.<\/p>\n<p>The multiple CLI commands to manage the VCS deployments make it very flexible and bring complete control of your application.<\/p>\n<h2 class=\"ack-h2\">Step 1.\u00a0Create New Project<\/h2>\n<p>To do that, run:<\/p>\n<p><strong>Command:<\/strong><\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/vcs\/createproject \\\r\n--envName {env_name} \\\r\n--type {type} \\\r\n--context {context} \\\r\n--url {url} \\\r\n[--branch {branch}] \\\r\n--autoupdate {true\/false} \\\r\n[--interval {interval}] \\\r\n--autoResolveConflict {true\/false} \\\r\n--zdt {true\/false}\r\n<\/code><\/pre>\n<p><strong>Example:<\/strong><\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/vcs\/createproject \\\r\n--envName cli-volumes \\\r\n--type git \\\r\n--context ROOT \\\r\n--url https:\/\/github.com\/user\/repo.git \\\r\n--branch main \\\r\n--autoupdate false \\\r\n--autoResolveConflict true \\\r\n--zdt false\r\n<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-45013 size-full\" title=\"Create New Project\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01.png\" alt=\"Create New Project\" width=\"1037\" height=\"351\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01.png 1037w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01-300x102.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01-1024x347.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS01-768x260.png 768w\" sizes=\"(max-width: 1037px) 100vw, 1037px\" \/><\/a><\/p>\n<p><strong>Basic Settings:<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li><strong>{env_name}:<\/strong> your environment\u2019s name<\/li>\n<li><strong>{type}:<\/strong> type of VCS <strong>(git or svn)<\/strong>; in the event of git, along with the parameter {branch} \u2013 version of the project<\/li>\n<li><strong>{context}:<\/strong> the name of the context for your new project<\/li>\n<li><strong>{url}:<\/strong> URL of the repo<\/li>\n<\/ul>\n<p><strong>Advanced Settings:<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li><strong>autoupdate:<\/strong> <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/auto-deploy-of-git-svn-updates\/\" target=\"_blank\" rel=\"noopener\">automatic deployment<\/a> of your project at configured intervals; re-deployment intervals can be adjusted by specifying the value of the {interval} parameter.<\/li>\n<li><strong>autoResolveConflict:<\/strong> conflict resolution will be carried out automatically<\/li>\n<li><strong>zdt:<\/strong> enforces <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/zdt-deployment-for-php\/\" target=\"_blank\" rel=\"noopener\">ZDT deployment<\/a> for PHP projects<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<p><strong>Note: <\/strong>If you\u2019d like to work with a private repo, you should specify the following auth parameters:<\/p>\n<pre><code class=\"language-javascript\">\r\n[--login {login}] [--password {password}] [--keyId {keyId}]\r\n<\/code><\/pre>\n<ul class=\"ack-ul\">\n<li><strong>{login}:<\/strong> your login to the VCS account<\/li>\n<li><strong>{password}:<\/strong> password for the VCS account<\/li>\n<li><strong>{keyId}:<\/strong> name of the private SSH key you\u2019ve uploaded to the dashboard for secure connections by pairing with its public SSH key attached<\/li>\n<\/ul>\n<\/div>\n<div class=\"article-space\"><\/div>\n<div class=\"ack-formula\"><strong>Tip: <\/strong>This command performs the same actions as the \u201cAdd project\u201d button in the dashboard. Once you\u2019ve run the command above, switch back to GUI and click \u201cEdit\u201d for the created project &#8211; you can review your introduced changes there. Should a project not be displayed, just refresh the dashboard page.<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Step 2: Configuration Update and Project Deployment<\/h2>\n<p>Run the following command to apply your settings and redeploy your project:<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/vcs\/update --envName {env_name} --context {context}\r\n<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS02.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-45014 size-full\" title=\"Configure Update\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS02.png\" alt=\"Configure Update\" width=\"939\" height=\"116\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS02.png 939w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS02-300x37.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS02-768x95.png 768w\" sizes=\"(max-width: 939px) 100vw, 939px\" \/><\/a><\/p>\n<p>Here, please substitute with the same values as at the previous step. Also, manual redeployment can be performed based on the updated sources from VCS.<\/p>\n<div class=\"article-space ack-extra-image-space\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Step 3: Editing Project Settings<\/h2>\n<p>To edit the project settings, for example, the version branch, run:<\/p>\n<p><strong>Command:<\/strong><\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/vcs\/editproject \\\r\n--envName {env_name} \\\r\n--type {type} \\\r\n--oldcontext {oldcontext} \\\r\n--newcontext {newcontext} \\\r\n--url {url} \\\r\n[--branch {branch}] \\\r\n--autoupdate {true\/false} \\\r\n[--interval {interval}] \\\r\n--autoResolveConflict {true\/false} \\\r\n--zdt {true\/false}\r\n<\/code><\/pre>\n<p><strong>Example:<\/strong><\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/vcs\/editproject\r\n--envName cli-volumes \\\r\n--type git \\\r\n--oldcontext ROOT \\\r\n--newcontext NewROOT \\\r\n--url https:\/\/github.com\/user\/repo.git \\\r\n--branch main \\\r\n--autoupdate false \\\r\n--autoResolveConflict true \\\r\n--zdt false\r\n<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS03.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-45015 size-full\" title=\"Edit Project Settings\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS03.png\" alt=\"Edit Project Settings\" width=\"858\" height=\"376\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS03.png 858w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS03-300x131.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Deploy-VCS03-768x337.png 768w\" sizes=\"(max-width: 858px) 100vw, 858px\" \/><\/a><\/p>\n<p><strong>New Parameters:<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li><strong>{oldcontext}:<\/strong> the current project context to be changed<\/li>\n<li><strong>{newcontext}:<\/strong> the new context for project (should be specified, could be the same as {oldcontext})<\/li>\n<\/ul>\n<div class=\"ack-formula\"><strong>Important Note:<\/strong><br \/>\nThis command updates the project\u2019s settings, so to apply these changes, the update method from <strong>step 2 should be executed<\/strong>.<\/div>\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Conclusion<\/h2>\n<p>From here on out, you can create and manage your VCS projects directly from the terminal, following the above three steps, i.e project creation, project deployment &amp; editing project VCS settings.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"cta-btn-mob-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-45009","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-api-cli","faq_topics-development-tools","faq_topics-kb","faq_topics-platform-cli","faq_topics-product-documentation","faq_topics-vcs-project-deployment"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>VCS project Deployment using CLI | AccuWeb.Cloud Guide<\/title>\n<meta name=\"description\" content=\"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CLI Deploy VCS Projects\" \/>\n<meta property=\"og:description\" content=\"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T12:10:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"CLI Deploy VCS Projects\",\"datePublished\":\"2024-06-28T11:15:43+00:00\",\"dateModified\":\"2026-02-18T12:10:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\"},\"wordCount\":422,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\",\"name\":\"VCS project Deployment using CLI | AccuWeb.Cloud Guide\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-06-28T11:15:43+00:00\",\"dateModified\":\"2026-02-18T12:10:24+00:00\",\"description\":\"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CLI Deploy VCS Projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"VCS project Deployment using CLI | AccuWeb.Cloud Guide","description":"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment","og_locale":"en_US","og_type":"article","og_title":"CLI Deploy VCS Projects","og_description":"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-18T12:10:24+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"CLI Deploy VCS Projects","datePublished":"2024-06-28T11:15:43+00:00","dateModified":"2026-02-18T12:10:24+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment"},"wordCount":422,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment","url":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment","name":"VCS project Deployment using CLI | AccuWeb.Cloud Guide","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-06-28T11:15:43+00:00","dateModified":"2026-02-18T12:10:24+00:00","description":"Discover a popular way to deploy a Virtual cloud server project to the cloud using the command line interface with accuweb.cloud\u2019s guide.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-vcs-project-deployment#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"CLI Deploy VCS Projects"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/45009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=45009"}],"version-history":[{"count":10,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/45009\/revisions"}],"predecessor-version":[{"id":53089,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/45009\/revisions\/53089"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=45009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}