Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Update ending instructions if project already associated #130

Open
gilzow opened this issue Aug 10, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@gilzow
Copy link
Contributor

gilzow commented Aug 10, 2023

In the ending instructions we tell the user to:

  $ git add .
  $ git commit -m 'Add Platform.sh configuration files'
  $ platform project:set-remote
  $ platform push

Assuming platformify is eventually incorporated into the main platform cli, we should be able to tell if a local project/repo has already been associated with a platform project and remove the line instructing them to run platform project:set-remote.

Rerunning set-remote could possibly cause someone to break their existing connection since the cli, for the set-remote command assumes you want to set a new remote.

@gilzow gilzow added the enhancement New feature or request label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant