github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/context.md (about) 1 # config 2 3 <!---MARKER_GEN_START--> 4 Manage contexts 5 6 ### Subcommands 7 8 | Name | Description | 9 |:--------------------------------|:------------------------------------------------------------------| 10 | [`create`](context_create.md) | Create a context | 11 | [`export`](context_export.md) | Export a context to a tar archive FILE or a tar stream on STDOUT. | 12 | [`import`](context_import.md) | Import a context from a tar or zip file | 13 | [`inspect`](context_inspect.md) | Display detailed information on one or more contexts | 14 | [`ls`](context_ls.md) | List contexts | 15 | [`rm`](context_rm.md) | Remove one or more contexts | 16 | [`show`](context_show.md) | Print the name of the current context | 17 | [`update`](context_update.md) | Update a context | 18 | [`use`](context_use.md) | Set the current docker context | 19 20 21 22 <!---MARKER_GEN_END--> 23 24 ## Description 25 26 Manage contexts. 27 28 ## Related commands 29 30 * [context create](context_create.md) 31 * [context export](context_export.md) 32 * [context import](context_import.md) 33 * [context inspect](context_inspect.md) 34 * [context list](context_ls.md) 35 * [context rm](context_rm.md) 36 * [context update](context_update.md) 37 * [context use](context_use.md)