sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
160 stars 14 forks source link

Add interactivity to installation script #37

Closed hugh-sublime closed 1 year ago

hugh-sublime commented 1 year ago

Context

The current installation experience is bifurcated based on where Sublime is deployed (locally vs remotely). We can consolidate the installation commands by prompting users on where their Sublime instance is deployed. All the interactivity can be disabled since we're going to want to run this in a CI environment at some point.

See #34 for further context.

More changes are likely required for CI to work but that's for a subsequent PR.

Testing