updateSecretCmd.Flags().String(walletFlag,"","Path to the wallet that will be owner of the credentials")
updateSecretCmd.Flags().String(addressFlag,"","Address of the wallet account")
updateSecretCmd.Flags().String(peerFlag,"","Address of a frostfs peer to connect to")
updateSecretCmd.Flags().String(gateWalletFlag,"","Path to the s3 gateway wallet to decrypt accessbox")
updateSecretCmd.Flags().String(gateAddressFlag,"","Address of the s3 gateway wallet account")
updateSecretCmd.Flags().String(accessKeyIDFlag,"","Access key id of s3 credential for which secret must be obtained")
updateSecretCmd.Flags().StringSlice(gatePublicKeyFlag,nil,"Public 256r1 key of a gate (use flags repeatedly for multiple gates or separate them by comma)")
updateSecretCmd.Flags().Duration(poolDialTimeoutFlag,defaultPoolDialTimeout,"Timeout for connection to the node in pool to be established")
updateSecretCmd.Flags().Duration(poolHealthcheckTimeoutFlag,defaultPoolHealthcheckTimeout,"Timeout for request to node to decide if it is alive")
updateSecretCmd.Flags().Duration(poolRebalanceIntervalFlag,defaultPoolRebalanceInterval,"Interval for updating nodes health status")
updateSecretCmd.Flags().Duration(poolStreamTimeoutFlag,defaultPoolStreamTimeout,"Timeout for individual operation in streaming RPC")