"server add --local" asks for domain but doesn't use it? #341
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Weird...
Ideally it would create
.abra/servers/example.com
as when you do:You don't see
example.com
, you seedefault
, which is confusing!Internally, we use
default
to match the local context that docker expects. If we were to make.abra/servers/example.com
, then there would be no way to understand that this server is a--local
server...Ideally we wouldn't make the user have to see "default" since it doesn't match at all with what they are asking for -
--local
/example.com
. Maybe we could appendexample.com-local
or some other naming convention to mark it as--local
forabra
.Anyone got a plan of action on this one?
/cc @3wordchant @Frando as people i know who make use of
--local
... 🤔decentral1se referenced this issue from toolshed/abra2023-01-31 20:43:01 +00:00