This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Secman v6.2.1
Added
- Add
--tree-view
flag tosecman list
command.
$ secman list --tree-view
.
├──Logins
│ ├──Railway
│ ├──Charm
│ ├──Vercel
│ ├──Hashicorp
│ ├──Firebase
│ ├──Stripe
│ ├──Twitter
│ ├──Amazon
│ ├──Microsoft Account
│ └──MetaMask
├──Credit Cards
│ └──paypal.com
├──Emails
│ └──Gmail
├──Notes
│ └──Secret
├──Servers
└──┴──Home server
- Add
--user
flag tosecman whoami
command to display user. - Build
secman files
command withsecman files send
andsecman files receive
sub-commands. Ingrated with tran. - Create
secman encrypt
command with--sha256
,--sha512
,--aes
,--aes-key
, and--md5
flags. - Add
--username
and--password
flags tosecman auth login
command.
Changed
- Update secman initializer and add
~/.secman
directory checker.
Fixed
- Fix secman config file issue in secman auth login command.
Changelog
- 5e89962 publish secman
v6.2.1
, add secmanv6.2.1
release notes 📜 - 7237221 fix: fix secman config file issue in
secman auth login
command - dbeb27a update secman initializer and add
~/.secman
dir checker - 0dc1f4f new feature: add
--username
and--password
flags toauth login
cmd - e7e0695 goreleaser: add
post_install
prop tobrews
section - 747aa74 add
license
prop to secman brew config, addencrypt
command - 7ebba81 feature: finish from
secman files receive
command - c8a50ff new feature: start building
secman files
command withsend
subcmd - 64f1752 feature: add
--user
flag tosecman whoami
command to display user - 685c19b update: add
--tree-view
flag tosecman list
command, update sumfile - bf3a3e5 build(deps): bump @oclif/core from 1.6.0 to 1.6.1 in /core (#187)
- 0d8e521 Merge pull request #186 from abdfnx/main
- 30ea49f Merge branch 'scmn-dev:main' into main
- b3bbd5e build(deps): bump prettier from 2.5.1 to 2.6.0 in /core (#17)
- 532609e docs(README): add secman cli preview svg image in README
- b9fcbef build(deps): bump github.com/evertras/bubble-table from 0.8.3 to 0.8.4 (#185)
- 5d8298d Merge pull request #184 from abdfnx/main
- a477d9a build(deps): bump @oclif/core from 1.5.3 to 1.6.0 in /core (#15)
- 8b2d44e Merge pull request #183 from abdfnx/main
- 47bd5be Merge pull request #16 from scmn-dev/main
- 58d4fe3 Merge branch 'main' into main
- c348279 actions(docker-ci): finish from secman docker ci workflow
- d3aba5a fix
Incomplete string escaping or encoding
issue #182 - c53cc8f Merge branch 'main' of https://github.com/scmn-dev/secman
- 56edc22 fix: fix secman core cli linking issue by use
npm
instead ofyarn
- 0340ed7 docs(README): update secman
scoop
installation method - 84cac9b actions(build-ci): update
bfs_windows
test tosecman info
command - 725c099 scripts: update go mod tidy command with
-compat
flag - a7bf8a0 remove
bfsw
task, addfetch-depth
prop in secman build ci - b4d8bf1 actions(build-ci): finish from secman
build-ci
workflow - d06284e rename
.zshrc
tozshrc
inscripts/docker
, updategitattributes
- ee9dedc add
.gitattributes
file - aa9e3fb docker: add secman docker container utils 🐳 in
scripts/docker
- dbe4566 add
scoop
task, build secman scoop generator, update packages - b54d7e8 build(deps): bump write-file-atomic from 3.0.3 to 4.0.1 in /core (#8)
What's Changed
- Merge pull request #16 from scmn-dev/main by @abdfnx in #183
- build(deps): bump @oclif/core from 1.5.3 to 1.6.0 in /core (#15) by @abdfnx in #184
- build(deps): bump github.com/evertras/bubble-table from 0.8.3 to 0.8.4 by @dependabot in #185
- build(deps): bump prettier from 2.5.1 to 2.6.0 in /core (#17 by @abdfnx in #186
- build(deps): bump @oclif/core from 1.6.0 to 1.6.1 in /core by @dependabot in #187
Full Changelog: v6.2.0...v6.2.1