Files
tldr/pages.fa/common/bpkg.md
2024-07-23 22:32:59 +05:30

29 lines
733 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 ...}}`