MyTetra Share
Делитесь знаниями!
git-bug commands
Время создания: 15.10.2025 18:23
Автор: alensav
Текстовые метки: git-bug commands
Раздел: GIT_BUG
Запись: alensav/MyTetra2/main/base/1760541797lbj49bwjq7/text.html на raw.githubusercontent.com

(venv) alensav@alensav-965P-DS3P:~/myproject$ git-bug --help

git-bug is a bug tracker embedded in git.


git-bug use git objects to store the bug tracking separated from the files

history. As bugs are regular git objects, they can be pushed and pulled from/to

the same git remote you are already using to collaborate with other people.


Usage:

git-bug [flags]

git-bug [command]


Entities

bug List bugs

label List valid labels

user List identities


Interactive interfaces

termui Launch the terminal UI

webui Launch the web UI


Interaction with the outside world

bridge List bridges to other bug trackers

pull Pull updates from a git remote

push Push updates to a git remote


Additional Commands:

commands Display available commands.

completion Generate the autocompletion script for the specified shell

help Help about any command

version Show git-bug version information

wipe Wipe git-bug from the git repository


Flags:

-h, --help help for git-bug


Use "git-bug [command] --help" for more information about a command.

(venv) alensav@alensav-965P-DS3P:~/myproject$ git-bug commands

git-bug

git-bug bridge

git-bug bridge auth

git-bug bridge auth add-token [TOKEN] [flags]

git-bug bridge auth rm BRIDGE_ID

git-bug bridge auth show

git-bug bridge new [flags]

git-bug bridge pull [NAME] [flags]

git-bug bridge push [NAME]

git-bug bridge rm NAME

git-bug bug [QUERY] [flags]

git-bug bug comment [BUG_ID]

git-bug bug comment edit [COMMENT_ID] [flags]

git-bug bug comment new [BUG_ID] [flags]

git-bug bug deselect

git-bug bug label [BUG_ID]

git-bug bug label new [BUG_ID] LABEL...

git-bug bug label rm [BUG_ID] LABEL...

git-bug bug new [flags]

git-bug bug rm BUG_ID

git-bug bug select BUG_ID

git-bug bug show [BUG_ID] [flags]

git-bug bug status [BUG_ID]

git-bug bug status close [BUG_ID]

git-bug bug status open [BUG_ID]

git-bug bug title [BUG_ID]

git-bug bug title edit [BUG_ID] [flags]

git-bug commands [flags]

git-bug label

git-bug pull [REMOTE]

git-bug push [REMOTE]

git-bug termui

git-bug user [flags]

git-bug user adopt USER_ID

git-bug user new [flags]

git-bug user user show [USER_ID] [flags]

git-bug version [flags]

git-bug webui [flags]

git-bug wipe

(venv) alensav@alensav-965P-DS3P:~/myproject$ git bug bug new -m "Тестовая задача" -b "Проверка работы git-bug в локальной сети"

Error: unknown shorthand flag: 'b' in -b

(venv) alensav@alensav-965P-DS3P:~/myproject$ git-bug bug new -m "Тестовая задача" -b "Проверка работы git-bug в локальной сети"

Error: unknown shorthand flag: 'b' in -b

(venv) alensav@alensav-965P-DS3P:~/myproject$ git bug bug new -m "Тестовая задача" --body "Проверка работы git-bug в локальной сети"

Error: unknown flag: --body

(venv) alensav@alensav-965P-DS3P:~/myproject$ git-bug flags --help

Error: unknown command "flags" for "git-bug"

Run 'git-bug --help' for usage.

(venv) alensav@alensav-965P-DS3P:~/myproject$ git-bug bug flags --help

Display a summary of each bugs.


You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language, flags, a natural language full text search, or a combination of the aforementioned.


Usage:

git-bug bug [QUERY] [flags]

git-bug bug [command]


Examples:

List open bugs sorted by last edition with a query:

git bug status:open sort:edit-desc


List closed bugs sorted by creation with flags:

git bug --status closed --by creation


Do a full text search of all bugs:

git bug "foo bar" baz


Use queries, flags, and full text search:

git bug status:open --by creation "foo bar" baz



Implicit selection

deselect Clear the implicitly selected bug

select Select a bug for implicit use in future commands


Additional Commands:

comment List a bug's comments

label Display labels of a bug

new Create a new bug

rm Remove an existing bug

show Display the details of a bug

status Display the status of a bug

title Display the title of a bug


Flags:

-s, --status strings Filter by status. Valid values are [open,closed]

-a, --author strings Filter by author

-m, --metadata strings Filter by metadata. Example: github-url=URL

-p, --participant strings Filter by participant

-A, --actor strings Filter by actor

-l, --label strings Filter by label

-t, --title strings Filter by title

-n, --no strings Filter by absence of something. Valid values are [label]

-b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")

-d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc")

-f, --format string Select the output formatting style. Valid values are [default,plain,id,json,org-mode] (default "default")

-h, --help help for bug


Use "git-bug bug [command] --help" for more information about a command.


 
MyTetra Share v.0.67
Яндекс индекс цитирования