You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user is inside the subdirectories of a project, the user should still be able to use the deploifai cli with all its configuration. That means the cli runtime needs to be able to traverse up the directory tree to find the nearest .deploifai to get the local configuration file.
The text was updated successfully, but these errors were encountered:
Assuming my above assumption, and user's local config file is in the right directory which is directly under the initialized project directory, this means that both global and local config file should only be initialized once (unless user deletes it, but we assume this won't happen for now)
this means that whenever a user saves something to the local config file, if user is not in the root project dir, it will create another folder according to how the code works right now
When a user is inside the subdirectories of a project, the user should still be able to use the deploifai cli with all its configuration. That means the cli runtime needs to be able to traverse up the directory tree to find the nearest
.deploifai
to get the local configuration file.The text was updated successfully, but these errors were encountered: