We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec3fe3 commit 4e8b5cfCopy full SHA for 4e8b5cf
cmd/identities/import.go
@@ -47,9 +47,7 @@ Alternatively:
47
cat file.json | %[1]s import identities`, root.Use),
48
Long: `Import identities from files or STD_IN.
49
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.`,
+Files can contain only a single or an array of identities. The validity of files can be tested beforehand using "... identities validate".`,
53
RunE: func(cmd *cobra.Command, args []string) error {
54
c, err := cliclient.NewClient(cmd)
55
if err != nil {
0 commit comments