Ratnadeep Debnath

Results 63 comments of Ratnadeep Debnath

@dustymabe I am implementing `clean` command for it, ok?

Fixed in #456 . Are we considering it for GA?

We've decided not to merge the `atomic` deployment feature into atomicapp for GA because: - it's a risky change - it's an enhancement - this scenario was not at all...

@kanarip @dustymabe @vpavlin @cdrage You can try out this code with https://github.com/projectatomic/nulecule-library/pull/30

@vpavlin @dustymabe @cdrage @kadel @goern So, I updated the POC for refactoring params in Nulecule spec here: https://github.com/rtnpro/nulecule-library/commit/4c9ee7b0dfaed9a14a4d19ad05298d3db14d154e It allows: ### Cross referencing params This allows referencing params definition across...

@dustymabe @cdrage @surajssd @containscafeine Let's resume discussions on this and reach a decision ASAP. https://gist.github.com/rtnpro/17add2ab248ac34a7687#file-nulecule_with_param_cross_ref_and__optional_mapping-md

@dustymabe > Is this approach better than doing the undeploy inside of the provider files? So inside of the deploy() > function for each provider, if error, then call undeploy?...