Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReadOutputEncodingUnknown readOutputEncoding = iota ReadOutputEncodingBase64 ReadOutputEncodingHex ReadOutputEncodingBlob )
Variables ¶
View Source
var ( AppName = "Bumblebee - A utility for sharing secrets" AppVersion = "0.1.1" // overwritten during builds by goreleaser AppDateTime = "[datetime]" AppCommit = "[commit]" AppBuiltBy = "[builtby]" AppProject = "GITHUB https://github.com/thoughtrealm/bumblebee" AppLicense = "MIT License https://github.com/thoughtrealm/bumblebee/blob/main/LICENSE" )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetRootCmd ¶
Types ¶
This section is empty.
Source Files ¶
- add-keypair.go
- add-profile.go
- add-user.go
- add.go
- bundle.go
- export-user.go
- export.go
- import.go
- init.go
- list-keypairs.go
- list-profiles.go
- list-users.go
- list.go
- open.go
- read.go
- remove-keypair.go
- remove-profile.go
- remove-user.go
- remove.go
- rename-keypair.go
- rename-user.go
- rename.go
- root.go
- set-password-keypairs.go
- set-password.go
- set.go
- show-config.go
- show-keypair.go
- show-profile.go
- show-user.go
- show.go
- update-user.go
- update.go
- use.go
- version.go
- versioninfo.go
Click to show internal directories.
Click to hide internal directories.