Deploying with Laravel Cloud CLI Setup Commands Commands follow a CRUD pattern: , , , , . Available resources: , , , , , , , , , , , . Some resources have additional commands (e.g., , , , ). Discover these via . Never hardcode command signatures. Always run to discover options at runtime. CLI Flags Always add to every command — prevents the CLI from hanging. Never use or — they suppress all output. Flag combos per operation: - Read ( , ) → - Create ( ) → - Update ( ) → - Delete ( ) → (no ) - Environment variables → - Deploy/ship → with all options passed explicitly (no ) Deployment Workflow D…