s
No description available.
파일 탐색기
- release.yml
- main.rs
- scrub.rs
- store.rs
- mod.rs
- curl.rs
- exec.rs
- scan.rs
- store_cli.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- flake.lock
- flake.nix
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo binstall
설명 보기 ▼
cargo binstall
Install Rust binaries from CI artifacts.
Falls back to `cargo install` (from source code) if there are no binaries available.
Note: This is not a built-in Cargo command, you need to install it first.
cargo binstall {{package}}
Install a package from <https://crates.io>:
cargo binstall {{package}}@{{version}}
Install a specific version of a package (latest by default):
cargo binstall {{[-y|--no-confirm]}} {{package}}
Install a package and disable confirmation prompts:
cargo install
설명 보기 ▼
cargo install
Build and install a Rust binary.
cargo install {{package}}@{{version}}
Install a package from <https://crates.io> (the version is optional - latest by default):
cargo install --git {{repo_url}}
Install a package from the specified Git repository:
cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}
Build from the specified branch/tag/commit when installing from a Git repository:
gh attestation
설명 보기 ▼
gh attestation
Download and verify artifact attestations to ensure their integrity and provenance.
gh {{[at|attestation]}} download {{path/to/artifact.bin}} {{[-R|--repo]}} {{owner}}/{{repository}}
Download attestations for a local file associated with a specific repository:
gh {{[at|attestation]}} download oci://{{image_uri}} {{[-o|--owner]}} {{organization_name}}
Download attestations for an OCI container image associated with an organization:
gh {{[at|attestation]}} verify {{path/to/artifact.bin}} {{[-R|--repo]}} {{owner}}/{{repository}}
Verify a local artifact online against attestations from a specific repository:
gh release
설명 보기 ▼
gh release
Manage GitHub releases.
gh release {{[ls|list]}}
List releases in a GitHub repository, limited to 30 items:
gh release view {{tag}}
Display information about a specific release:
gh release {{[new|create]}} {{tag}}
Create a new release:
mise
설명 보기 ▼
mise
다양한 패키지의 버전을 관리.
더 많은 정보: <https://mise.jdx.dev/cli/>.
mise plugins list-all
사용 가능한 모든 플러그인 나열:
mise plugins add {{name}}
플러그인 설치:
mise ls-remote {{name}}
설치 가능한 런타임 버전 나열:
nix profile
설명 보기 ▼
nix profile
Install, update, and remove packages from Nix profiles.
nix profile add {{nixpkgs#pkg1 nixpkgs#pkg2 ...}}
Install packages from nixpkgs into the default profile:
nix profile add {{github:owner/repo/pkg}} --profile {{path/to/directory}}
Install a package from a flake on GitHub into a custom profile:
nix profile list
List packages currently installed in the default profile:
