I have deployed an app and invited a team member to the organization.
Now how can that team member download the app’s source code onto his computer?
Heroku has this command: heroku git:clone -a myapp
What would be the flyctl equivalent to it?
I have deployed an app and invited a team member to the organization.
Now how can that team member download the app’s source code onto his computer?
Heroku has this command: heroku git:clone -a myapp
What would be the flyctl equivalent to it?
Hi @sai, we don’t do things quite the way Heroku does: we don’t store your source code on our platform (aside from the Docker image used to boot up a Firecracker VM). You’d have to share the source for your project in some other way.