Module: SecretHub

Defined in:
lib/secret_hub/cli.rb,
lib/secret_hub/config.rb,
lib/secret_hub/sodium.rb,
lib/secret_hub/version.rb,
lib/secret_hub/exceptions.rb,
lib/secret_hub/commands/base.rb,
lib/secret_hub/commands/bulk.rb,
lib/secret_hub/commands/list.rb,
lib/secret_hub/commands/save.rb,
lib/secret_hub/github_client.rb,
lib/secret_hub/commands/delete.rb,
lib/secret_hub/refinements/string_obfuscation.rb

Defined Under Namespace

Modules: Commands, Sodium, StringObfuscation Classes: APIError, CLI, Config, GitHubClient

Constant Summary collapse

VERSION =
"0.1.4"
SecretHubError =
Class.new StandardError
ConfigurationError =
Class.new SecretHubError