nstrlabs/Passbolt CLI
Passbolt command-line interface to interact with a Passbolt server via Github actions in an easy way.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 11, 2024
- License
- BSD
Pinned Snippet
uses: nstrlabs/passbolt-cli-action@dd656fb6db7a13153fd22ce44dd0d4d94feebc9e # v0.8.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Additional arguments | no | — |
| passbolt_url | The URL of the Passbolt server. | yes | — |
| password | Passbolt user's password. | yes | — |
| privatekey | Passbolt user's private key. | yes | — |
Outputs
| name | description |
|---|---|
| out | stdout from the passbolt-cli command |
| outb64 | stdout from the passbolt-cli base64 encoded |