.TH "rkt - App Container runtime" "1" "Dec 2019" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-completion \- Output shell completion code for the specified shell .SH SYNOPSIS .PP \fBrkt completion SHELL [flags]\fP .SH DESCRIPTION .PP This command outputs completion code for the specified shell. The generated code must be evaluated to provide interactive completion of rkt sub\-commands. This can be done by sourcing it from the .bash\_profile. .PP Save completion code in a home directory and then include it in .bash\_profile script: .PP .RS .nf $ rkt completion bash > $HOME/.rkt.bash.inc $ printf ' .fi .RE .SH rkt shell completion .PP source "$HOME/.rkt.bash.inc" ' >> $HOME/.bash\_profile $ source $HOME/.bash\_profile .PP Alternatively, include the completion code directly into the launched shell: .PP .RS .nf $ source <(rkt completion bash) .fi .RE .SH OPTIONS .PP \fB\-h\fP, \fB\-\-help\fP[=false] help for completion .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] print out more debug information to stderr .PP \fB\-\-dir\fP=/var/lib/rkt rkt data directory .PP \fB\-\-insecure\-options\fP=none comma\-separated list of security features to disable. Allowed values: "none", "image", "tls", "ondisk", "http", "pubkey", "capabilities", "paths", "seccomp", "all\-fetch", "all\-run", "all" .PP \fB\-\-local\-config\fP=/etc/rkt local configuration directory .PP \fB\-\-system\-config\fP=/usr/lib/rkt system configuration directory .PP \fB\-\-trust\-keys\-from\-https\fP[=false] automatically trust gpg keys fetched from https .PP \fB\-\-user\-config\fP= user configuration directory .SH SEE ALSO .PP \fBrkt(1)\fP .SH HISTORY .PP 20\-Dec\-2019 Auto generated by spf13/cobra