Problem to solve
We need to recreate the secret command in version 2 of the app.
Proposal
This command should work the same as it did in version 1.
We're not looking at supporting anymore OS types with this command, purely to replicate the same functionality from version 1 to 2.
The idea really is that we will advise people pass the token in manually by using the CT_TOKEN variable. As they would do when integrating Conventional Tools in CI.
Problem to solve
We need to recreate the
secretcommand in version 2 of the app.Proposal
This command should work the same as it did in version 1.
We're not looking at supporting anymore OS types with this command, purely to replicate the same functionality from version 1 to 2.
The idea really is that we will advise people pass the token in manually by using the
CT_TOKENvariable. As they would do when integrating Conventional Tools in CI.