I installed it and I wanted to know which tasks it gives me (with cap -T).
But I saw nothing. It seems like it's because of tasks have no descriptions.
So I added some very basic text and now cap -T outputs
...
cap slack:deploy:failed # Notify about failed deploy
cap slack:deploy:reverted # Notify about reverted deploy
cap slack:deploy:reverting # Notify about reverting deploy
cap slack:deploy:test # Test Slack integration
cap slack:deploy:updated # Notify about updated deploy
cap slack:deploy:updating # Notify about updating deploy
...
Hi @phallstrom,
thank you for the very nice gem!
I installed it and I wanted to know which tasks it gives me (with
cap -T
). But I saw nothing. It seems like it's because of tasks have no descriptions.So I added some very basic text and now
cap -T
outputs