tangramdotdev / tangram

Tangram is a build system and package manager.
https://www.tangram.dev
MIT License
73 stars 5 forks source link

fix(cli): fall back to default remote in tag push #243

Closed deciduously closed 3 weeks ago

deciduously commented 3 weeks ago

This PR updates tg push to fall back to the default remote if there is one configured, and adds error cases to tg object push and tg build push in the event the default remote cannot be found.

The use case this change is intended to support:

$ tg tag a ./a
$ tg push a