diff --git a/cmd/commands/import.go b/cmd/commands/import.go index 863000ce..686edfe8 100644 --- a/cmd/commands/import.go +++ b/cmd/commands/import.go @@ -17,7 +17,7 @@ func NewImportCommand(c *Context) *cobra.Command { ) importCmd := &cobra.Command{ - Use: "import ", + Use: "import ", Short: "Import Tezos private keys (edsk..., spsk..., p2sk...)", Args: cobra.MinimumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { diff --git a/docs/aws_kms.md b/docs/aws_kms.md index fc607f0b..48870bf7 100644 --- a/docs/aws_kms.md +++ b/docs/aws_kms.md @@ -33,4 +33,6 @@ access_key_id | string | OPTIONAL | IAM user detail secret_access_key | string | OPTIONAL | IAM user detail region | string | ✅ | Region where key is created -The fields `access_key_id` & `secret_access_key` can be set in the environment variables `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` respectively. \ No newline at end of file +The fields `access_key_id` & `secret_access_key` can be set in the environment variables `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` respectively. + +Import command is not available for aws as there is no support for asymmetric keys in AWS KMS. (Ref: )