It would be great to have a way to define default AccountName and ProjectName (e.g. in some sort of config file?) so that instead of:
Start-AppVeyorProjectBuild -AccountName MyAccount -ProjectName MyProject -Branch branchName -CommitId CommitId
I could write:
Start-AppVeyorProjectBuild -Branch branchName
if no CommitId is specified, it should build the last commit.
Optionally, we could specify default branchName as well.