From 085efcae895b3aa3c76c819dca0f080ea79d57cd Mon Sep 17 00:00:00 2001 From: zepatrik Date: Fri, 25 Sep 2020 16:54:57 +0200 Subject: [PATCH] docs: update cli docs --- docs/docs/cli/kratos-identities-import.md | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/docs/cli/kratos-identities-import.md diff --git a/docs/docs/cli/kratos-identities-import.md b/docs/docs/cli/kratos-identities-import.md new file mode 100644 index 00000000000..5d737e4bdfb --- /dev/null +++ b/docs/docs/cli/kratos-identities-import.md @@ -0,0 +1,41 @@ +--- +id: kratos-identities-import +title: kratos identities import +description: kratos identities import import identities from files or STD_IN +--- + + +## kratos identities import + +import identities from files or STD_IN + +### Synopsis + +Import identities from files or STD_IN. Files are expected to each contain a single identity. The validity of files can be tested beforehand using `... identities validate`. Importing credentials is not yet supported. + +``` +kratos identities import [flags] +``` + +### Options + +``` + -h, --help help for import +``` + +### Options inherited from parent commands + +``` + -e, --endpoint string The upstream admin endpoint URL. Alternatively set using the KRATOS_ADMIN_ENDPOINT environmental variable. + -f, --format string Set the output format. One of table, json, and json-pretty. + -q, --quiet Prints only IDs, one per line. Takes precedence over --format. +``` + +### SEE ALSO + +* [kratos identities](kratos-identities) - Tools to interact with remote identities +