docs(skills): improve webflow-cloud-command SKILL.md with new commands and standard format#15
Open
jallegretti-webflow wants to merge 6 commits intomainfrom
Open
docs(skills): improve webflow-cloud-command SKILL.md with new commands and standard format#15jallegretti-webflow wants to merge 6 commits intomainfrom
jallegretti-webflow wants to merge 6 commits intomainfrom
Conversation
- Renamed sections for better readability, changing "Tool usage" to "Instructions" and "Global flags" to "Authentication". - Consolidated notes regarding `WEBFLOW_SITE_API_TOKEN` and `.env` file handling. - Enhanced the description of `cloud.framework` resolution logic and command usage. - Clarified flags and their requirements for `cloud init` and `cloud deploy` commands. - Removed redundant information and streamlined the document for easier navigation.
agustinchiarotto
approved these changes
Apr 6, 2026
plugins/webflow-cli-skills/skills/webflow-cloud-command/SKILL.md
Outdated
Show resolved
Hide resolved
- Clarified descriptions of environment variables and command flags to enhance understanding. - Improved instructions for project initialization and deployment processes. - Streamlined examples to reflect the new terminology and recommended deployment practices.
- Removed references to `nextjs-minimal` and `astro-minimal` from the framework options to streamline the documentation. - Adjusted scaffold descriptions for clarity and consistency with current offerings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cloud initstandalone mode (--new), site-attached mode,and all associated flags — previously undocumented or incomplete
cloud list,cloud create(legacy), deploy versioning,Cloudflare bindings (D1/KV/R2), build-time file management, and telemetry opt-out
--mountis always required with--no-inputand is never auto-read fromwebflow.json— prevents commonENVIRONMENT_MOUNT_MISMATCHerrorscloud initis local-only and must never run in CIWEBFLOW_SITE_API_TOKENvsWEBFLOW_API_TOKENdistinction for GitHub Secretscloud.frameworkthree-state resolution logic and framework support matrixTest plan
name:anddescription:are present and valid## Instructions,## Examples,## Guidelinescloud initstandalone (--new) and site-attached modes are both documented--mountalways-required rule is present under both deploy flags and guidelines.github/workflows/ci.yml)