-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore: remove cli #362
chore: remove cli #362
Conversation
FL-489 Remove the CLI
Context and user need: The CLI is never used. Let's remove it. Functional spec: Technical spec: Acceptance criteria: |
/e2e --tests sdk --benchmarks mnist |
End to end tests: ✔️ SUCCESS |
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.
Thanks a lot, love the -1000 lines !!
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.
Last comment and will be good :)
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthes <[email protected]>
15fcf27
to
7dd9041
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.
thanks !!
…`) (#667) ## Related PR - Substra/substra#362 ## Description Remove references to `substra` commands in documentation ## Notes Fixes FL-489 ## How has this been tested? <!-- Please describe the tests that you ran to verify your changes. --> ## Checklist - [ ] [changelog](../CHANGELOG.md) was updated with notable changes - [ ] documentation was updated --------- Signed-off-by: Guilhem Barthes <[email protected]>
Related PR
substra
commands (namelysubstra login
) substra-backend#667Summary
Remove
substra.cli
andsubstra.sdk.Client.from_config_file()
.Notes
Fixes FL-489
Please check if the PR fulfills these requirements