gh-project-item-archive - Man Page

Archive an item in a project

Synopsis

gh project item-archive [<number>] [flags]

Options

--format <string>

Output format: {json}

--id <string>

ID of the item to archive

--owner <string>

Login of the owner. Use "@me" for the current user.

--undo

Unarchive an item

Example

# archive an item in the current user's project "1"
gh project item-archive 1 --owner "@me" --id <item-ID>

See Also

gh-project(1)

Referenced By

gh-project(1).

Aug 2023 GitHub CLI manual