Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/en/how-it-works/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import ReadMore from '~/components/ReadMore.astro';

The StudioCMS CLIs are utilities that allow you to quickly scaffold new StudioCMS projects and expose useful utilities for StudioCMS.

There is multiple different CLIs that are part of the StudioCMS ecosystem:
There are multiple different CLIs that are part of the StudioCMS ecosystem:

- **[`create-studiocms`](#create-studiocms)**: The StudioCMS project scaffolding CLI.
- **[`studiocms`](#studiocms)**: The StudioCMS utility CLI.
- **[`@studiocms/upgrade`](#studiocms-upgrade)**: Upgrade StudioCMS Projects and their Plugins
- **[`create-studiocms`](#create-studiocms)**: The StudioCMS project scaffolding CLI.
- **[`@studiocms/upgrade`](#studiocms-upgrade)**: Upgrade StudioCMS Projects and their Plugins.

The following is a breakdown of the StudioCMS CLI and its components.

Expand Down Expand Up @@ -334,4 +334,4 @@ It is possible to pass a specific `tag` to resolve packages against. If not incl

[turso-docs]: https://docs.turso.tech/cli/installation
[templates]: https://github.com/withstudiocms/templates
[environment-variables]: /en/start-here/environment-variables/
[environment-variables]: /en/start-here/environment-variables/
Loading