This repository has been archived by the owner on May 3, 2022. It is now read-only.
Should duffle run require a claim name on stateless actions? #830
Labels
help wanted
Extra attention is needed
Milestone
duffle run
currently always requires a claim name (installation name).However, the CNAB spec for the
actions
section (https://github.com/deislabs/cnab-spec/blob/master/101-bundle-json.md#custom-actions) says:"
stateless
: The action does not act on a claim, and does not require credentials. This is useful for exposing dry-run actions, printing documentation, etc." (emphasis added)Should the claim name be optional in
duffle run
if the action is stateless? For example, how should the user perform a "dry run" custom action if they have never installed the bundle?The text was updated successfully, but these errors were encountered: