{"version":"6.1.3","commands":{"auth":{"id":"auth","description":"Manage secman's authentication state.","pluginName":"secman","pluginType":"core","aliases":["login","signin"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"createAccount":{"name":"createAccount","type":"boolean","char":"c","description":"Create a new account.","allowNo":false},"email":{"name":"email","type":"option","char":"e","description":"Email address of the account to use."},"masterPassword":{"name":"masterPassword","type":"option","char":"m","description":"Master password of the account to use."}},"args":[]},"crypto":{"id":"crypto","description":"Encrypt data using \u001b[1mcrypto\u001b[22m.","pluginName":"secman","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"sha256":{"name":"sha256","type":"boolean","char":"s","description":"SHA256 hash (Default)","allowNo":false},"sha512":{"name":"sha512","type":"boolean","char":"S","description":"SHA512 hash","allowNo":false},"md5":{"name":"md5","type":"boolean","char":"m","description":"MD5 hash","allowNo":false},"aes":{"name":"aes","type":"boolean","char":"a","description":"AES encrypted","allowNo":false},"just hash":{"name":"just hash","type":"boolean","char":"j","description":"just show the hash","allowNo":false}},"args":[{"name":"STRING"}]},"delete":{"id":"delete","description":"Delete a password from the vault.","pluginName":"secman","pluginType":"core","aliases":["remove","rm","del"],"examples":["Delete a Password\n\n \u001b[36m$ secman delete --logins | -l GitPod\u001b[39m\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"logins":{"name":"logins","type":"boolean","char":"l","description":"delete password from logins type","allowNo":false},"credit-cards":{"name":"credit-cards","type":"boolean","char":"c","description":"delete password from credit cards type","allowNo":false},"emails":{"name":"emails","type":"boolean","char":"e","description":"delete password from emails type","allowNo":false},"notes":{"name":"notes","type":"boolean","char":"n","description":"delete password from notes type","allowNo":false},"servers":{"name":"servers","type":"boolean","char":"s","description":"delete password from servers type","allowNo":false}},"args":[{"name":"PASSWORD_NAME"}]},"docs":{"id":"docs","description":"Open Secman Documentation in default browser.","pluginName":"secman","pluginType":"core","aliases":["doc"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"edit":{"id":"edit","description":"Update or change a value in a password.","pluginName":"secman","pluginType":"core","aliases":["modify","change"],"examples":["Edit a Password\n\n \u001b[36m$ secman edit --emails | -e OutLook\u001b[39m\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"logins":{"name":"logins","type":"boolean","char":"l","description":"edit password from logins type.","allowNo":false},"credit-cards":{"name":"credit-cards","type":"boolean","char":"c","description":"edit password from credit cards type.","allowNo":false},"emails":{"name":"emails","type":"boolean","char":"e","description":"edit password from emails type.","allowNo":false},"notes":{"name":"notes","type":"boolean","char":"n","description":"edit password from notes type.","allowNo":false},"servers":{"name":"servers","type":"boolean","char":"s","description":"edit password from servers type.","allowNo":false},"show-password":{"name":"show-password","type":"boolean","char":"p","description":"show password.","allowNo":false},"multi":{"name":"multi","type":"boolean","char":"m","description":"edit multiple fields.","allowNo":false}},"args":[{"name":"PASSWORD_NAME"}]},"generate":{"id":"generate","description":"Generate a secure password.","pluginName":"secman","pluginType":"core","aliases":["gen"],"examples":["Generate a Password\n\n \u001b[36m$ secman generate\u001b[39m\n","- Spicefy The Password Length\n\n \u001b[36m$ secman generate --length 13 | -l 13\u001b[39m\n","- Include Numbers\n\n \u001b[36m$ secman generate --numbers | -n\u001b[39m\n","- Include Symbols\n\n \u001b[36m$ secman generate --symbols | -s\u001b[39m\n","- Include Capital Letters\n\n \u001b[36m$ secman generate --capital-letters | -c\u001b[39m\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"length":{"name":"length","type":"option","char":"l","description":"length of the generated password","default":10},"numbers":{"name":"numbers","type":"boolean","char":"n","description":"include numbers","allowNo":false},"symbols":{"name":"symbols","type":"boolean","char":"s","description":"include symbols","allowNo":false},"capital-letters":{"name":"capital-letters","type":"boolean","char":"c","description":"include capital letters","allowNo":false}},"args":[]},"info":{"id":"info","description":"Information about the secman CLI.","pluginName":"secman","pluginType":"core","aliases":["data"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"init":{"id":"init","description":"Initialize ~/.secman .","pluginName":"secman","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"insert":{"id":"insert","description":"Insert a password to your vault.","pluginName":"secman","pluginType":"core","aliases":["create","new","write"],"examples":["Insert a Password\n\n \u001b[36m$ secman insert --notes | -n\u001b[39m\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"logins":{"name":"logins","type":"boolean","char":"l","description":"insert a password from logins type.","allowNo":false},"credit-cards":{"name":"credit-cards","type":"boolean","char":"c","description":"insert a password from credit cards type.","allowNo":false},"emails":{"name":"emails","type":"boolean","char":"e","description":"insert a password from emails type.","allowNo":false},"notes":{"name":"notes","type":"boolean","char":"n","description":"insert a password from notes type.","allowNo":false},"servers":{"name":"servers","type":"boolean","char":"s","description":"insert a password from servers type.","allowNo":false}},"args":[]},"list":{"id":"list","description":"List all passwords.","pluginName":"secman","pluginType":"core","aliases":[".","ls"],"examples":["List Passwords\n\n \u001b[36m$ secman list\u001b[39m\n","- List Password from spicefic password type\n\n \u001b[36m$ secman . --servers | -s\u001b[39m"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"logins":{"name":"logins","type":"boolean","char":"l","description":"list passwords from logins type","allowNo":false},"credit-cards":{"name":"credit-cards","type":"boolean","char":"c","description":"list passwords from credit cards type","allowNo":false},"emails":{"name":"emails","type":"boolean","char":"e","description":"list passwords from emails type","allowNo":false},"notes":{"name":"notes","type":"boolean","char":"n","description":"list passwords from notes type","allowNo":false},"servers":{"name":"servers","type":"boolean","char":"s","description":"list passwords from servers type","allowNo":false}},"args":[]},"logout":{"id":"logout","description":"Logout of the current user account.","pluginName":"secman","pluginType":"core","aliases":["signout"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"read":{"id":"read","description":"Print the password of a secman entry.","pluginName":"secman","pluginType":"core","aliases":["show","print"],"examples":["Read a Password\n\n \u001b[36m$ secman read --logins | -l Expo\u001b[39m\n","- Show The Password\n\n \u001b[36m$ secman read --emails | -e Gmail --show-password | -p\u001b[39m"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"logins":{"name":"logins","type":"boolean","char":"l","description":"read password from logins type","allowNo":false},"credit-cards":{"name":"credit-cards","type":"boolean","char":"c","description":"read password from credit cards type","allowNo":false},"emails":{"name":"emails","type":"boolean","char":"e","description":"read password from emails type","allowNo":false},"notes":{"name":"notes","type":"boolean","char":"n","description":"read password from notes type","allowNo":false},"servers":{"name":"servers","type":"boolean","char":"s","description":"read password from servers type","allowNo":false},"show-password":{"name":"show-password","type":"boolean","char":"p","description":"show password","allowNo":false}},"args":[{"name":"PASSWORD_NAME"}]},"settings":{"id":"settings","description":"Settings for the CLI.","pluginName":"secman","pluginType":"core","aliases":["configs"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"editor-install":{"name":"editor-install","type":"boolean","char":"e","description":"Install editor","allowNo":false},"docs":{"name":"docs","type":"boolean","char":"d","description":"Read docs about secman settings","allowNo":false}},"args":[]},"update":{"id":"update","description":"Update the secman CLI.","pluginName":"secman","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"whoami":{"id":"whoami","description":"Display the current user.","pluginName":"secman","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"username":{"name":"username","type":"boolean","char":"u","description":"just show the username","allowNo":false}},"args":[]}}}