playconsole-cli
Fast, lightweight, and scriptable CLI for Google Play Console
파일 탐색기
- auto-tag.yml
- ci.yml
- release.yml
- logo.png
- apks.go
- apps.go
- auth.go
- availability.go
- bundles.go
- completion.go
- deobfuscation.go
- devices.go
- devicetiers.go
- diff.go
- doctor.go
- edits.go
- externaltx.go
- images.go
- initcmd.go
- listings.go
- offers.go
- orders.go
- products.go
- purchases.go
- recovery.go
- reports.go
- reviews.go
- setup.go
- stats.go
- subscriptions.go
- testing.go
- tracks.go
- users.go
- vitals.go
- init.go
- root.go
- main.go
- commands.md
- wall-of-apps.json
- client.go
- enablement.go
- enablement_test.go
- github.go
- reporting.go
- shared.go
- shared_test.go
- config.go
- output.go
- output_test.go
- .gitignore
- .goreleaser.yaml
- CONTRIBUTING.md
- go.mod
- go.sum
- install.sh
- LICENSE
- Makefile
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
base64
설명 보기 ▼
base64
파일 또는 표준 입력을 Base64와 표준 출력으로 인코딩하거나 디코딩함.
더 많은 정보: <https://manned.org/base64>.
base64 {{path/to/file}}
파일 인코딩:
base64 {{[-i|--input]}} {{path/to/file}}
파일을 인코딩하여 `stdout`으로 출력:
base64 {{[-i|--input]}} {{path/to/file}}
파일을 `stdout`으로 인코딩:
brew tap
설명 보기 ▼
brew tap
Tap a Homebrew formula repository. If no arguments are provided, list all installed Homebrew taps.
brew tap
List installed Homebrew taps:
brew tap {{github_username}}/{{github_repository_name}}
Tap a Git repository hosted on GitHub:
brew tap {{username}}/{{repository_name}} {{git_clone_url}}
Tap a Git repository hosted outside of GitHub:
gcloud
설명 보기 ▼
gcloud
Google Cloud Platform을 위한 공식 CLI 도구.
참고: `gcloud` 하위 명령에는 자체 사용 설명서가 있습니다.
더 많은 정보: <https://docs.cloud.google.com/sdk/gcloud>.
gcloud config list
활성 구성에서 모든 속성 나열:
gcloud auth login
Google 계정에 로그인:
gcloud config set project {{project_name}}
활성 프로젝트 설정:
git clone
설명 보기 ▼
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:
npx
설명 보기 ▼
npx
이 명령은 `npm exec`의 별칭입니다.
tldr npm exec
자세한 내용은 원본 명령을 참고하세요:
