hs project dev does not support local development of private apps on developer accounts, but you can currently use the --account flag to bypass this. The CLI will then attempt to upload your project, which will fail. This fixes that and adds a new, more helpful error message.
Note: not sure if this will affect those rare accounts that are simultaneously developer and standard accounts? But IIRC we're already not supporting those properly.
Description and Context
hs project dev
does not support local development of private apps on developer accounts, but you can currently use the--account
flag to bypass this. The CLI will then attempt to upload your project, which will fail. This fixes that and adds a new, more helpful error message.Note: not sure if this will affect those rare accounts that are simultaneously developer and standard accounts? But IIRC we're already not supporting those properly.
Screenshots
Before
After
Who to Notify
@brandenrodgers @joe-yeager @kemmerle