-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: deploy and manage a local instance #184
feat: deploy and manage a local instance #184
Conversation
INS-1760 CLI: deploy a local Core instance
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #184 +/- ##
==========================================
+ Coverage 50.86% 51.20% +0.34%
==========================================
Files 54 59 +5
Lines 4215 4712 +497
==========================================
+ Hits 2144 2413 +269
- Misses 1852 2020 +168
- Partials 219 279 +60
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
005124d
to
bb94015
Compare
91a980f
to
625c54e
Compare
Signed-off-by: Tobias Cudnik <[email protected]>
- `start` - `stop` - `status` - utils Signed-off-by: Tobias Cudnik <[email protected]>
- dedicated local auth - tests - make fixes Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
Signed-off-by: Tobias Cudnik <[email protected]>
625c54e
to
a34048d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fatal error causing the local deployment failed. I will try to solve this on my side.
4d5e448
to
5b3d65d
Compare
5b3d65d
to
bae0d1a
Compare
bae0d1a
to
23e1baa
Compare
} | ||
dir := filepath.Join(pwd, "instill-core") + string(os.PathSeparator) | ||
dir := filepath.Join(d, ".config", "instill") + string(os.PathSeparator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an incorrect location, it should be in .local
or .cache
.
Because
This commit