{"id":41753,"date":"2024-05-21T10:28:54","date_gmt":"2024-05-21T10:28:54","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=41753"},"modified":"2026-02-19T05:20:12","modified_gmt":"2026-02-19T05:20:12","slug":"platform-cli-overview","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview","title":{"rendered":"Platform CLI Overview"},"content":{"rendered":"<h2 class=\"ack-h2\">Platform CLI Overview<\/h2>\n<p>The platform command-line interface (CLI) makes it easy to manage your <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/\" target=\"_blank\" rel=\"noopener\">Cloud Platform<\/a> account from your computer&#8217;s terminal. It allows you to perform most operations remotely, complementing the features available on the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/the-definitive-guide-for-accuweb-cloud-dashboard\/\">dashboard<\/a> and through the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/api-overview\/\">platform API<\/a>.<\/p>\n<p>The main advantage of the CLI is its powerful and simple automation tools. You can group text commands into scripts to automate tasks, monitor apps, and manage complex DevOps processes.<\/p>\n<p>Let&#8217;s start with installing the platform CLI and learning the basics before exploring more detailed tutorials on specific operations.<\/p>\n<h2 class=\"ack-h2\">CLI Installation<\/h2>\n<p>To install the platform CLI on your local machine, run this single line of code in your terminal:<\/p>\n<pre><code class=\"language-javascript\">\r\ncurl -s ftp:\/\/ftp.jelastic.com\/pub\/cli\/jelastic-cli-installer.sh | bash<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/CLI-installation.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41771 size-full\" title=\"CLI installation\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/CLI-installation.png\" alt=\"CLI installation\" width=\"835\" height=\"221\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/CLI-installation.png 835w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/CLI-installation-300x79.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/CLI-installation-768x203.png 768w\" sizes=\"(max-width: 835px) 100vw, 835px\" \/><\/a><\/p>\n<div class=\"ack-formula\">\n<strong>Notes:<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li>Make sure you have Java 8 or higher installed first.<\/li>\n<li>If you are using Windows, install a Unix-like environment (e.g., Cygwin) and run the commands there.<\/li>\n<\/ul>\n<\/div>\n<div class=\"article-space\"><\/div>\n<p>The platform CLI will be installed in a folder named Jelastic in your home directory. The folder structure and scripts mirror the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/api-overview\/\">platform API<\/a>, making it easy to use.<\/p>\n<div class=\"article-space\"><\/div>\n\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\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Getting Started<\/h2>\n<p>The platform CLI consists of an executable .jar file and pre-configured commands (bash scripts) for managing your environment. With these commands, you can monitor, control, and automate your environment\u2019s lifecycle.<\/p>\n<h3 class=\"ack-h3\">1. Authentication<\/h3>\n<p>To start, you need to authenticate. The necessary file is already installed on your local system. You need to run the below-mentioned command to authenticate the account.<\/p>\n<pre><code class=\"language-javascript\">\r\n# ~\/jelastic\/environment\/control\/getenvs<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Account-authentication.png\"><img decoding=\"async\" class=\"aligncenter wp-image-41770 size-full\" title=\"Account authentication\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Account-authentication.png\" alt=\"Account authentication\" width=\"836\" height=\"940\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Account-authentication.png 836w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Account-authentication-267x300.png 267w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Account-authentication-768x864.png 768w\" sizes=\"(max-width: 836px) 100vw, 836px\" \/><\/a><\/p>\n<p>Follow the prompts and enter the required information:<\/p>\n<ul class=\"ack-ul\">\n<li><strong>Platform URL:<\/strong> AccuWeb.Cloud dashboard URL (e.g., app.cp-accuweb.cloud)<\/li>\n<li><strong>Email:<\/strong> Your account email (login)<\/li>\n<li><strong>Password:<\/strong> Your account password<\/li>\n<\/ul>\n<p>If the information is correct, you\u2019ll see the platform logo and version.<\/p>\n<div class=\"ack-formula\">\n<strong>Tip:<\/strong> You can manually initiate authentication if needed (e.g., to switch users or platforms) using this command:<\/p>\n<pre><code class=\"language-javascript\">\r\n# ~\/jelastic\/users\/authentication\/signin --login {email} --password {password} --platformUrl {platformUrl}<\/code><\/pre>\n<p style=\"font-weight: 400;\">Replace the values in braces with your account details.<\/p>\n<p style=\"font-weight: 400;\">If the operation is successful, you\u2019ll see <strong>\u201cresult\u201d: 0<\/strong> in the response.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Successful-operation.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41774 size-full\" title=\"Successful operation\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Successful-operation.png\" alt=\"Successful operation\" width=\"825\" height=\"547\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Successful-operation.png 825w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Successful-operation-300x199.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Successful-operation-768x509.png 768w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/><\/a><\/div>\n<div class=\"article-space\"><\/div>\n<h3 class=\"ack-h3\">2. Session Information<\/h3>\n<p>Your session details (platform address and credentials) are stored in the <strong>~\/.config\/jelastic\/jelastic.properties<\/strong> file. This file is used automatically, so you don\u2019t need to re-authenticate each time.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Session-information.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41772 size-full\" title=\"Session information\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Session-information.png\" alt=\"Session information\" width=\"814\" height=\"365\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Session-information.png 814w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Session-information-300x135.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Session-information-768x344.png 768w\" sizes=\"(max-width: 814px) 100vw, 814px\" \/><\/a><\/p>\n<p>By default, the CLI command is considered successful even if the API method returns an error. You can change this by adding the jelastic.non_zero_exit_code parameter to the configuration file. Set it to true to make the CLI return a non-zero code for errors.<\/p>\n<h3 class=\"ack-h3\">3. Help<\/h3>\n<p>If you need help with the command-line interface structure, use the help command:<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/help<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Help-command.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-41773 size-full\" title=\"Help command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Help-command.png\" alt=\"Help command\" width=\"830\" height=\"907\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Help-command.png 830w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Help-command-275x300.png 275w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Help-command-768x839.png 768w\" sizes=\"(max-width: 830px) 100vw, 830px\" \/><\/a><\/p>\n<p>This shows a list of available command types (methods). Each method has a corresponding folder with scripts (functions) inside.<\/p>\n<div class=\"article-space\"><\/div>\n\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\n<div class=\"article-space\"><\/div>\n<h3 class=\"ack-h3\">4. List Operations<\/h3>\n<p>To list all operations for a particular method, use the ls command for the appropriate directory, for example:<\/p>\n<pre><code class=\"language-javascript\">\r\nls ~\/jelastic\/environment\/control<\/code><\/pre>\n<p>Each function can be called using its full path.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/List-Operation.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-41775 size-full\" title=\"List Operation\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/List-Operation.png\" alt=\"List Operation\" width=\"835\" height=\"989\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/List-Operation.png 835w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/List-Operation-253x300.png 253w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/List-Operation-768x910.png 768w\" sizes=\"(max-width: 835px) 100vw, 835px\" \/><\/a><\/p>\n<h3 class=\"ack-h3\">5. Operation Details<\/h3>\n<p>For more information on an operation, run it without parameters to see the required inputs. You can also refer to the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/api-overview\/\">API documentation<\/a> for additional details.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Operation-details.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41777 size-full\" title=\"Operation details\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Operation-details.png\" alt=\"Operation details\" width=\"834\" height=\"323\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Operation-details.png 834w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Operation-details-300x116.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Operation-details-768x297.png 768w\" sizes=\"(max-width: 834px) 100vw, 834px\" \/><\/a><\/p>\n<h3 class=\"ack-h3\">6. Silent Mode<\/h3>\n<p>By default, a loading animation is shown while waiting for command execution. If you need to save the response to a file for automation purposes, you can hide the animation by adding this argument:<\/p>\n<pre><code class=\"language-javascript\">\r\n--silent true<\/code><\/pre>\n<p>This makes the output ready for use in scripts without additional editing.<\/p>\n<div class=\"ack-formula\">\n<strong>Tip:<\/strong> The CLI automatically checks for updates and notifies you with instructions when a new version is available.<\/div>\n<div class=\"article-space\"><\/div>\n<p>Now that you have some basic knowledge of the platform CLI, you can explore it further on your own.<\/p>\n<div class=\"cta-btn-top-space\"><\/div>\n\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\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-41753","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-cli-overview","faq_topics-product-documentation"],"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>Platform CLI overview | AccuWeb.Cloud Guide<\/title>\n<meta name=\"description\" content=\"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step 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\/platform-cli-overview\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Platform CLI Overview\" \/>\n<meta property=\"og:description\" content=\"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T05:20:12+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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"Platform CLI Overview\",\"datePublished\":\"2024-05-21T10:28:54+00:00\",\"dateModified\":\"2026-02-19T05:20:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview\"},\"wordCount\":572,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#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\/platform-cli-overview\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview\",\"name\":\"Platform CLI overview | AccuWeb.Cloud Guide\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-05-21T10:28:54+00:00\",\"dateModified\":\"2026-02-19T05:20:12+00:00\",\"description\":\"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#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\/platform-cli-overview#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Platform CLI Overview\"}]},{\"@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":"Platform CLI overview | AccuWeb.Cloud Guide","description":"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step 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\/platform-cli-overview","og_locale":"en_US","og_type":"article","og_title":"Platform CLI Overview","og_description":"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step guide.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T05:20:12+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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"Platform CLI Overview","datePublished":"2024-05-21T10:28:54+00:00","dateModified":"2026-02-19T05:20:12+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview"},"wordCount":572,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#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\/platform-cli-overview","url":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview","name":"Platform CLI overview | AccuWeb.Cloud Guide","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-05-21T10:28:54+00:00","dateModified":"2026-02-19T05:20:12+00:00","description":"Discover how to install the command line interface to the AccuWeb.Cloud platform and learn with CLI tutorials with our step-by-step guide.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/platform-cli-overview#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\/platform-cli-overview#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"Platform CLI Overview"}]},{"@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\/41753","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=41753"}],"version-history":[{"count":7,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/41753\/revisions"}],"predecessor-version":[{"id":53236,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/41753\/revisions\/53236"}],"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=41753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}