saf
saf copied to clipboard
Integrate SAF CLI with the Heimdall API
SAF CLI should be able to interact with the Heimdall API.
ex. upload files to an existing Heimdall server (as oppoosed to saf view heimdall
that launches one locally):
saf push heimdall -u <username>:<api key> -f <file to upoload> https://your.heimdall.domain
Does this help with the multi-part thing? https://docs.nestjs.com/techniques/file-upload and does it makes sense this is the integration point?
Unless I am missing something - the nextjs folks have the push capability worked out