Skip to content

Commit 4e8b5cf

Browse files
vinckraeneasr
authored andcommitted
docs: importing credentials supported
1 parent 7ec3fe3 commit 4e8b5cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/identities/import.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ Alternatively:
4747
cat file.json | %[1]s import identities`, root.Use),
4848
Long: `Import identities from files or STD_IN.
4949
50-
Files can contain only a single or an array of identities. The validity of files can be tested beforehand using "... identities validate".
51-
52-
WARNING: Importing credentials is not yet supported.`,
50+
Files can contain only a single or an array of identities. The validity of files can be tested beforehand using "... identities validate".`,
5351
RunE: func(cmd *cobra.Command, args []string) error {
5452
c, err := cliclient.NewClient(cmd)
5553
if err != nil {

0 commit comments

Comments
 (0)