# Kubescape CLI Package ## Commands * [Completion](#completion): Generate autocompletion script * [Config](#config): Handle cached configurations * [Delete](#delete): Delete configurations in Kubescape SaaS version * [Download](#download): Download controls-inputs,exceptions,control,framework,artifacts * [Help](#help): Help about any command * [List](#list): List frameworks/controls will list the supported frameworks and controls * [Scan](#scan): Scan the current running cluster or yaml files * [Submit](#submit): Submit an object to the Kubescape SaaS version * [Version](#version): Get kubescape version ## Global Flags --cache-dir string Cache directory [$KS_CACHE_DIR] (default "/home/david/.kubescape") -l, --logger string Logger level. Supported: debug/info/success/warning/error/fatal [$KS_LOGGER] (default "info") ### Completion