mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-24 22:45:43 +00:00
feat(install): point users to the hosted platform after install
Print a one-time note about free early access to app.graphify.com at the end of the install summary. Not shown on any other command. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
00efd6e796
commit
a426d63414
@@ -671,6 +671,9 @@ def install(platform: str = "claude", *, project: bool = False, project_dir: Pat
|
||||
print()
|
||||
print(" /graphify .")
|
||||
print()
|
||||
print("Prefer a hosted version? Early access to the graphify platform is")
|
||||
print("open free before the public v1 launch: https://app.graphify.com")
|
||||
print()
|
||||
def _print_install_usage() -> None:
|
||||
platforms = ", ".join([*_PLATFORM_CONFIG, "gemini", "cursor"])
|
||||
print("Usage: graphify install [--project] [--strict] [--platform P|P]")
|
||||
|
||||
Reference in New Issue
Block a user