/ docs / pkg-alias.8
pkg-alias.8
  1  .\"
  2  .\" FreeBSD pkg - a next generation package for the installation and maintenance
  3  .\" of non-core utilities.
  4  .\"
  5  .\" Redistribution and use in source and binary forms, with or without
  6  .\" modification, are permitted provided that the following conditions
  7  .\" are met:
  8  .\" 1. Redistributions of source code must retain the above copyright
  9  .\"    notice, this list of conditions and the following disclaimer.
 10  .\" 2. Redistributions in binary form must reproduce the above copyright
 11  .\"    notice, this list of conditions and the following disclaimer in the
 12  .\"    documentation and/or other materials provided with the distribution.
 13  .\"
 14  .\"
 15  .\"     @(#)pkg.8
 16  .\"
 17  .Dd January 6, 2021
 18  .Dt PKG-ALIAS 8
 19  .Os
 20  .Sh NAME
 21  .Nm "pkg alias"
 22  .Nd display configured aliases
 23  .Sh SYNOPSIS
 24  .Nm
 25  .Op Fl q
 26  .Op Fl l
 27  .Op Ar alias
 28  .Pp
 29  .Nm "pkg alias"
 30  .Op Fl -quiet
 31  .Op Fl -list
 32  .Op Ar alias
 33  .Sh DESCRIPTION
 34  .Nm
 35  displays configured aliases
 36  If given the name of an existing alias only shows the aliased arguments to
 37  .Xr pkg 8 .
 38  Without arguments all aliases and their respective
 39  .Xr pkg 8
 40  arguments are printed.
 41  .Sh OPTIONS
 42  The following options are supported by
 43  .Nm :
 44  .Bl -tag -width quiet
 45  .It Fl l , Fl -list
 46  Print all aliases, one alias per line, without their
 47  .Xr pkg 8
 48  arguments.
 49  .It Fl q , Fl -quiet
 50  Force quiet output (suppress column headers).
 51  .El
 52  .Sh FILES
 53  .Xr pkg.conf 5
 54  .Sh EXAMPLES
 55  Display all aliases:
 56  .Dl % pkg alias
 57  .Pp
 58  Display
 59  .Xr pkg 8
 60  for alias
 61  .Dq Li size :
 62  .Dl % pkg alias size
 63  .Sh SEE ALSO
 64  .Xr pkg_create 3 ,
 65  .Xr pkg_printf 3 ,
 66  .Xr pkg_repo_create 3 ,
 67  .Xr pkg_repos 3 ,
 68  .Xr pkg-keywords 5 ,
 69  .Xr pkg-lua-script 5 ,
 70  .Xr pkg-repository 5 ,
 71  .Xr pkg-script 5 ,
 72  .Xr pkg-triggers 5 ,
 73  .Xr pkg.conf 5 ,
 74  .Xr pkg 8 ,
 75  .Xr pkg-add 8 ,
 76  .Xr pkg-annotate 8 ,
 77  .Xr pkg-audit 8 ,
 78  .Xr pkg-autoremove 8 ,
 79  .Xr pkg-check 8 ,
 80  .Xr pkg-clean 8 ,
 81  .Xr pkg-config 8 ,
 82  .Xr pkg-create 8 ,
 83  .Xr pkg-delete 8 ,
 84  .Xr pkg-fetch 8 ,
 85  .Xr pkg-help 8 ,
 86  .Xr pkg-info 8 ,
 87  .Xr pkg-install 8 ,
 88  .Xr pkg-key 8 ,
 89  .Xr pkg-lock 8 ,
 90  .Xr pkg-plugins 8 ,
 91  .Xr pkg-query 8 ,
 92  .Xr pkg-register 8 ,
 93  .Xr pkg-repo 8 ,
 94  .Xr pkg-repositories 8 ,
 95  .Xr pkg-rquery 8 ,
 96  .Xr pkg-search 8 ,
 97  .Xr pkg-set 8 ,
 98  .Xr pkg-shell 8 ,
 99  .Xr pkg-shlib 8 ,
100  .Xr pkg-ssh 8 ,
101  .Xr pkg-stats 8 ,
102  .Xr pkg-triggers 8 ,
103  .Xr pkg-unregister 8 ,
104  .Xr pkg-update 8 ,
105  .Xr pkg-updating 8 ,
106  .Xr pkg-upgrade 8 ,
107  .Xr pkg-version 8 ,
108  .Xr pkg-which 8