正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab securefile remove

Remove a secure file.

glab securefile remove <fileID> [flags]

Aliases

rm
delete

Examples

Remove a project's secure file using the file's ID.
- glab securefile remove 1

Skip the confirmation prompt and force delete.
- glab securefile remove 1 -y

Remove a project's secure file with 'rm' alias.
- glab securefile rm 1

Remove a project's secure file with 'delete' alias.
- glab securefile delete 1

Options

  -y, --yes   Skip the confirmation prompt.

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.