You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
duffle install docs: "This command installs a bundle with a specific installation name. A claim (a record about the application installed) is created during the install process and can be referenced by the installation name."
duffle run docs: "The 'run' command takes a ACTION and a RELEASE NAME"
duffle claim docs: "A claim is a record of a release"
duffle uninstall docs: "Uninstalls an installation of a CNAB bundle."
Let's standardise on a preferred term, and use that consistently throughout the Duffle docs. At the moment, the CNAB WD seems to prefer installation - are people okay with that in Duffle too? If so I will send a PR.
The text was updated successfully, but these errors were encountered:
CNAB draft spec:
CNAB_INSTALLATION_NAME
MUST be the installation name." https://github.com/deislabs/cnab-spec/blob/master/103-bundle-runtime.md#environment-variablesduffle install
docs: "This command installs a bundle with a specific installation name. A claim (a record about the application installed) is created during the install process and can be referenced by the installation name."duffle run
docs: "The 'run' command takes a ACTION and a RELEASE NAME"duffle claim
docs: "A claim is a record of a release"duffle uninstall
docs: "Uninstalls an installation of a CNAB bundle."Let's standardise on a preferred term, and use that consistently throughout the Duffle docs. At the moment, the CNAB WD seems to prefer
installation
- are people okay with that in Duffle too? If so I will send a PR.The text was updated successfully, but these errors were encountered: