From 4c5096f306d5d288ae1c006fed7c30695d5ff3cd Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 11 Aug 2023 18:56:58 +0530 Subject: [PATCH] pkgctl-auth: add page (#10595) --- pages/linux/pkgctl-auth.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/pkgctl-auth.md diff --git a/pages/linux/pkgctl-auth.md b/pages/linux/pkgctl-auth.md new file mode 100644 index 000000000..6aec6c566 --- /dev/null +++ b/pages/linux/pkgctl-auth.md @@ -0,0 +1,12 @@ +# pkgctl auth + +> Authenticate `pkgctl` with services like GitLab. +> More information: . + +- Authenticate `pkgctl` with the GitLab instance: + +`pkgctl auth login` + +- View authentication status: + +`pkgctl auth status`