sufyanadam
sufyanadam
Is there an option we can pass so that `cfcli add -t CNAME some-cname some-host` does not fail if the record exists already? Maybe log a message that the record...
User can create an executable script in `.git/hooks/smart-pull-pre-fetch` that will be executed just before a fetch. Example: There are tags in remote that need to be cleaned out. One team...
Add a `needs_context :key1, :key2, :key3...` method to support basic context contract verification / checking. By including the `ContextValidation` module in your interactor class, you get to declare what items...