tldr/pages.fa/common/bpkg.md

29 lines
733 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# bpkg
> یک پکیج منیجر برای بش اسکریپت.
> اطلاعات بیشتر: <https://github.com/bpkg/bpkg>.
- بروزرسانی فهرست محلی:
`bpkg update`
- نصب یک بسته به صورت گلوبال:
`bpkg install --global {{package}}`
- نصب یک بسته در یک زیرپوشه در پوشه ی کنونی:
`bpkg install {{package}}`
- نصب یک نسخه خاص از یک بسته به صورت گلوبال:
`bpkg install {{package}}@{{version}} -g`
- نمایش جزئیات یک بسته خاص:
`bpkg show {{package}}`
- اجرای یک دستور، آرگومان ها به صورت اختیاری نوشته شده اند:
`bpkg run {{command}} {{argument1 argument2 ...}}`