amazon web services - Using eb cli (v3) from a script -
i launch eb deploy deployment script (so non interactive mode) because it's hell of lot easier using aws cli
the issue is: there seems no way choose default environment during eb init (as used in older version -e option). if existing application has several environment, eb cli prompt choose environment (and there no use select it)...
of course can't eb use or eb config before doing eb cli, easy:
error: directory has not been set eb cli must first run "eb init". any way go around ?
Comments
Post a Comment