agentspec

(★ 240)

No description available.

파일 탐색기

  • .gitignore
  • .shellcheckrc
  • build-plugin.sh
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • LICENSE
  • Makefile
  • README.md
  • SECURITY.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

aws

설명 보기 ▼

Amazon Web Services의 공식 CLI tool입니다.
`s3`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/>.

aws configure wizard

AWS Command-line 설정:

aws configure sso

SSO를 사용해 AWS Command-line 설정:

aws sts get-caller-identity

호출자 ID 가져오기 (권한 문제 해결에 사용됨):

🔍

claude

설명 보기 ▼

코드베이스를 이해하고 자연어 명령을 통해 더 빠르게 코딩할 수 있도록 도와주는 에이전트 기반 코딩 도구.
더 많은 정보: <https://code.claude.com/docs/en/cli-reference>.

claude prompt

프롬프트로 실행:

claude update

`claude`를 업데이트:

claude mcp list

지정된 MCP 서버 목록을 표시:

🔍

dbt

설명 보기 ▼

데이터 웨어하우스에서 데이터 변환을 모델링하기 위한 도구.
더 많은 정보: <https://github.com/dbt-labs/dbt-core>.

dbt debug

dbt 프로젝트와 데이터베이스 연결을 디버그:

dbt run

프로젝트의 모든 모델을 실행:

dbt test --select example_model

`example_model`의 모든 테스트를 실행:

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

python

설명 보기 ▼

Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.

python

REPL(대화형 셸) 시작:

python {{path/to/file.py}}

특정 Python 파일 실행:

python -i {{path/to/file.py}}

특정 Python 파일 실행 후 REPL 시작:

🔍

spark

설명 보기 ▼

Laravel Spark 명령줄 도구.
더 많은 정보: <https://spark.laravel.com/>.

spark register {{token}}

API 토큰 등록:

spark token

현재 등록된 API 토큰 표시:

spark new {{project_name}}

새 Spark 프로젝트 생성:

🔍

supabase

설명 보기 ▼

Supabase 프로젝트를 로컬 및 클라우드 환경에서 개발, 배포 및 관리.
더 많은 정보: <https://supabase.com/docs/reference/cli>.

supabase login

액세스 토큰을 사용하여 Supabase에 로그인:

supabase init

현재 디렉터리에 새로운 Supabase 프로젝트 초기화:

supabase start

로컬 Supabase 개발 스택 시작:

🔍

terraform

설명 보기 ▼

코드로 인프라를 생성하고 클라우드 제공업체에 배포.
더 많은 정보: <https://developer.hashicorp.com/terraform/cli/commands>.

terraform init

새 또는 기존 Terraform 구성 초기화:

terraform validate

구성 파일의 구문이 올바른지 확인:

terraform fmt

Terraform 언어 스타일 규칙에 따라 구성 포맷팅:

🔍

gcp

설명 보기 ▼

이 명령은 `cp`의 별칭입니다.

tldr cp

자세한 내용은 원본 명령을 참고하세요:

// repository documentation