# worrying

Published articles for worrying.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Exploring the Craft CMS Console Command Line Interface (CLI)

DevFeed: [Exploring the Craft CMS Console Command Line Interface (CLI)](<https://devfeed.tech/articles/exploring-the-craft-cms-console-command-line-interface-cli-31261.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/exploring-the-craft-cms-3-console-command-line-interface-cli>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2019-02-27T20:49:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Code](<https://devfeed.tech/topics/code.md>), [Process](<https://devfeed.tech/topics/process.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [automated](<https://devfeed.tech/tags/automated.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cms](<https://devfeed.tech/tags/cms.md>), [code](<https://devfeed.tech/tags/code.md>), [comes](<https://devfeed.tech/tags/comes.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [commands](<https://devfeed.tech/tags/commands.md>), [console](<https://devfeed.tech/tags/console.md>), [craft](<https://devfeed.tech/tags/craft.md>), [easier](<https://devfeed.tech/tags/easier.md>), [insights](<https://devfeed.tech/tags/insights.md>), [learn](<https://devfeed.tech/tags/learn.md>), [life](<https://devfeed.tech/tags/life.md>), [love](<https://devfeed.tech/tags/love.md>), [make](<https://devfeed.tech/tags/make.md>), [php](<https://devfeed.tech/tags/php.md>), [process](<https://devfeed.tech/tags/process.md>), [save](<https://devfeed.tech/tags/save.md>), [server](<https://devfeed.tech/tags/server.md>), [stop](<https://devfeed.tech/tags/stop.md>), [time](<https://devfeed.tech/tags/time.md>), [useful](<https://devfeed.tech/tags/useful.md>), [worrying](<https://devfeed.tech/tags/worrying.md>), [you-ll](<https://devfeed.tech/tags/you-ll.md>)

### AI overview

This tutorial explains Craft CMS's console command-line interface and how its commands can handle time-consuming or memory-intensive tasks, automate recurring work, and reduce problems caused by web-request limits such as timeouts.

### Source excerpt

Craft CMS comes with many useful commands that can save you time, and make your life easier. In this article, you'll learn how to stop worrying and love the CLI