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
As a developer, I'd like to be able to deploy new stacks without having to specify all the necessary flags in the command line (e.g. restacker deploy -t webapp -n service_name -l location -c profile -P parameters).
Rather, I should be able to deploy with restacker deploy.
Details
When deploying with restacker deploy, restacker should consume parameter.yml file in local directory.
In the local parameter.yml file, user must specify all the necessary configuration information.
The text was updated successfully, but these errors were encountered:
pbnj
changed the title
Feature: Deploy with just restacker deploy without flags
Feature: Deploy with just "restacker deploy" without flags
Aug 31, 2016
pbnj
changed the title
Feature: Deploy with just "restacker deploy" without flags
Feature: Deploy without flags
Aug 31, 2016
Feature
As a developer, I'd like to be able to deploy new stacks without having to specify all the necessary flags in the command line (e.g.
restacker deploy -t webapp -n service_name -l location -c profile -P parameters
).Rather, I should be able to deploy with
restacker deploy
.Details
When deploying with
restacker deploy
, restacker should consumeparameter.yml
file in local directory.In the local
parameter.yml
file, user must specify all the necessary configuration information.The text was updated successfully, but these errors were encountered: