Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Secman v6.2.1

Compare
Choose a tag to compare
@abdfnx abdfnx released this 18 Mar 20:59
· 116 commits to main since this release

Added

  • Add --tree-view flag to secman 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 to secman whoami command to display user.
  • Build secman files command with secman files send and secman 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 to secman 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 secman v6.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 to auth login cmd
  • e7e0695 goreleaser: add post_install prop to brews section
  • 747aa74 add license prop to secman brew config, add encrypt command
  • 7ebba81 feature: finish from secman files receive command
  • c8a50ff new feature: start building secman files command with send subcmd
  • 64f1752 feature: add --user flag to secman whoami command to display user
  • 685c19b update: add --tree-view flag to secman 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 of yarn
  • 0340ed7 docs(README): update secman scoop installation method
  • 84cac9b actions(build-ci): update bfs_windows test to secman info command
  • 725c099 scripts: update go mod tidy command with -compat flag
  • a7bf8a0 remove bfsw task, add fetch-depth prop in secman build ci
  • b4d8bf1 actions(build-ci): finish from secman build-ci workflow
  • d06284e rename .zshrc to zshrc in scripts/docker, update gitattributes
  • 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