canonical / craft-cli

https://canonical-craft-cli.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

Add a "secrets" API #184

Closed tigarmo closed 10 months ago

tigarmo commented 11 months ago

What needs to get done

This API will let applications define words that are "secrets". When printing, these secrets are replaced with a standard password marker (e.g. ******).

Why it needs to get done

This is to support build-secrets in craft applications.