plugin/skills/laravel-cloud-environment/SKILL.md
Laravel Cloud 환경 관리
npx skillsauth add themagictower/grimoires laravel-cloud-environmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Laravel Cloud 환경 관리 스펠입니다.
/laravel-cloud:environment list # 환경 목록
/laravel-cloud:environment get # 환경 상세
/laravel-cloud:environment create # 환경 생성
/laravel-cloud:environment update # 환경 수정
/laravel-cloud:environment delete # 환경 삭제
/laravel-cloud:environment variables # 환경 변수
/laravel-cloud:environment logs # 로그 확인
# 환경 목록
cloud environment:list
# 환경 상세 정보
cloud environment:get
# 환경 생성
cloud environment:create
# 환경 수정
cloud environment:update
# 환경 삭제
cloud environment:delete
# 환경 변수 조회
cloud environment:variables
# 환경 변수 설정 (JSON)
cloud environment:variables --json --action=set --key=KEY --value=value
# 환경 변수 가져오기
cloud environment:variables --json --action=get --key=KEY
# 환경 변수 삭제
cloud environment:variables --json --action=delete --key=KEY
# 로그 확인
cloud environment:logs
# 로그 실시간 확인
cloud environment:logs --follow
composer global require laravel/cloud-clicloud auth> /laravel-cloud:environment list
cloud environment:list
> /laravel-cloud:environment variables --set --key=APP_ENV --value=production
cloud environment:variables --json --action=set --key=APP_ENV --value=production
> /laravel-cloud:environment logs
cloud environment:logs
> /laravel-cloud:environment create --name=staging
cloud environment:create
| Spell | Description |
|-------|-------------|
| /cast:laravel-cloud | 통합 메뉴 |
| /laravel-cloud:db | 데이터베이스 |
| /laravel-cloud:deploy | 배포 |
testing
Analyze and improve test coverage
development
TDD workflow with RED-GREEN-REFACTOR cycle
tools
Initialize Grimoires for a project with auto-detection
development
Code review with design principles validation