On https://docs.caution.co/quickstart/fully-managed/
Section https://docs.caution.co/quickstart/fully-managed/#what-you-need :
- could contain more info about passkeys.
- possibly, needed distro packages.
- confirm
conatinerdis all that is required (other docker stuff might be needed, for exampleBuildKit).
Section https://docs.caution.co/quickstart/fully-managed/#initialize-the-application :
- consider documenting the creation of caution's remote in
git.caution initadds the caution remote. It does this instdout:Added git remote 'caution': ssh://git@dashboard.caution.co:2222/<ID>.gitso perhaps this is enough. - consider editing "A Procfile defines how to run your application and which ports to expose." -> open ports is somewhat ambiguous because I am altering local state, but I believe this means what ports will be exposed on the deployed app.
- Also mention the possibility the use can edit, then push
Procfile, becausecaution initwill create one, but it can be edited and re-pushed to try if theProcfiledoesn't work immediately.