This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Feature: consider moving js-client deploy logic to the CLI #157
Closed
Description
At the moment most of the CLI deploy command logic in handled by the js-client
:
Line 42 in 9d3945c
This seems out of place for a client that should be wrapping our open-api spec.
Also, it prevents this client from being browser compatible.
It might makes sense to move that logic to the CLI, since we're already implementing some deploy logic in the CLI as a part of edge handlers:
netlify/cli#1244