-
Notifications
You must be signed in to change notification settings - Fork 11
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: add 'status' command to the activate cli #582
Conversation
…check the status of an atSign build: at_onboarding_cli: updated pubspec and changelog for version 1.5.1
@@ -1,3 +1,6 @@ | |||
## 1.5.1 |
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.
Should be 1.6.0 as this is definitely new functionality rather than a patch.
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.
@cpswan thank you yes
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.
have made that change
Marking as draft until I understand why the at_onboarding_cli functional tests are failing |
tests failing because of an atServer bug, will be resolved in v 3.0.46 see atsign-foundation/at_server#1958 ... until that has been merged to trunk and VE rebuilt, I will leave this PR as a draft |
…se are no longer mandatory for calls to .onboard test: Fix functional test for enrollment denial
… was working but was using an atSign which had already been onboarded in another test
…ding_cli functional tests as previously the tests were failing but the check overall was not failing
ready for review |
- What I did
- How I did it
See commits / diffs
- How to verify it
dart bin/activate_cli.dart -a @no_such_atsign; echo $?