Choosing non-default app names breaks reporting #203

Closed
opened 2021-10-14 10:09:12 +00:00 by decentral1se · 1 comment
Owner

Describe the current behavior

I haven't verified this but it occurred to me that if you choose "mycoolapp" vs. the default "my_cool_app_name" (which is generated off the domain name) and you do not add STACK_NAME=mycoolapp into the .env then we can not find that app again when it is deployed.

I think this is the case.

Steps to reproduce

Choose non-default app name on creation.

Describe the expected behavior

abra knows what is deployed.

Solution might be to insert STACK_NAME=... into the .env when writing it? The abra logic internally always does a "is there a STACK_NAME=... present? Then use that" check.

Additional information

  • version: any version
## Describe the current behavior I haven't verified this but it occurred to me that if you choose "mycoolapp" vs. the default "my_cool_app_name" (which is generated off the domain name) and you do not add `STACK_NAME=mycoolapp` into the `.env` then we can not find that app again when it is deployed. I think this is the case. ## Steps to reproduce Choose non-default app name on creation. ## Describe the expected behavior `abra` knows what is deployed. Solution might be to insert `STACK_NAME=...` into the `.env` when writing it? The `abra` logic internally always does a "is there a `STACK_NAME=...` present? Then use that" check. ## Additional information <!-- run "abra version" on the command-line --> - version: any version
decentral1se added this to the Command-line tool sustainability milestone 2021-10-14 10:09:12 +00:00
decentral1se added the
bug
abra
labels 2021-10-14 10:09:12 +00:00
decentral1se added this to the Beta release (software) project 2021-10-14 10:09:13 +00:00
Author
Owner

Oh I'm tripping, it saves it as the filename!

Oh I'm tripping, it saves it as the filename!
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#203
No description provided.