glab-securefile-list - Man Page

List secure files for a project.

Synopsis

glab securefile list [flags]

Description

List secure files for a project.

Options

-p, --page=1 Page number.

-P, --per-page=30 Number of items to list per page.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# List all secure files.
glab securefile list

# List all secure files with 'cmd' alias.
glab securefile ls

# List a specific page of secure files.
glab securefile list --page 2

# List a specific page of secure files, with a custom page size.
glab securefile list --page 2 --per-page 10

See Also

glab-securefile(1)

Referenced By

glab-securefile(1).

Apr 2026 Auto generated by spf13/cobra