Skip to content
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

Integrate account-management cli-commands #462

Merged
merged 1 commit into from
Aug 18, 2020
Merged

Conversation

IljaN
Copy link
Member

@IljaN IljaN commented Aug 18, 2020

Closes #422
Closes owncloud/product#115

~/c/o/ocis:λ bin/ocis accounts ls
+--------------------------------------+--------------------------------+----------------------+----------------+
|                  Id                  |          DisplayName           |         Mail         | AccountEnabled |
+--------------------------------------+--------------------------------+----------------------+----------------+
| 4c510ada-c86b-4815-8820-42cdf82c3d51 | Albert Einstein                | einstein@example.org | true           |
| 820ba2a1-3f54-4538-80a4-2d73007e30bf | Kopano Konnectd                | idp@example.org      | true           |
| 932b4540-8d16-481e-8ef4-588e4b6b151c | Richard Feynman                | richard@example.org  | true           |
| bc596f3c-c955-4328-80a0-60d018b4ad57 | Reva Inter Operability         | storage@example.org  | true           |
|                                      | Platform                       |                      |                |
| f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c | Marie Curie                    | marie@example.org    | true           |
+--------------------------------------+--------------------------------+----------------------+----------------+
~/c/o/ocis:λ bin/ocis accounts add --preferred-name=mikej --mail=mikej@example.com --enabled
~/c/o/ocis:λ bin/ocis accounts list
+--------------------------------------+--------------------------------+----------------------+----------------+
|                  Id                  |          DisplayName           |         Mail         | AccountEnabled |
+--------------------------------------+--------------------------------+----------------------+----------------+
| 4c510ada-c86b-4815-8820-42cdf82c3d51 | Albert Einstein                | einstein@example.org | true           |
| 820ba2a1-3f54-4538-80a4-2d73007e30bf | Kopano Konnectd                | idp@example.org      | true           |
| 932b4540-8d16-481e-8ef4-588e4b6b151c | Richard Feynman                | richard@example.org  | true           |
| bc596f3c-c955-4328-80a0-60d018b4ad57 | Reva Inter Operability         | storage@example.org  | true           |
|                                      | Platform                       |                      |                |
| f62acebf-63c5-4997-9cc6-9eb29b6322e3 |                                | mikej@example.com    | true           |
| f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c | Marie Curie                    | marie@example.org    | true           |
+--------------------------------------+--------------------------------+----------------------+----------------+
~/c/o/ocis:λ 

@refs refs merged commit ceb5ede into master Aug 18, 2020
@refs refs deleted the integrate-accounts-cli-2 branch August 18, 2020 13:56
refs pushed a commit that referenced this pull request Sep 18, 2020
[Tests-Only] Bump core commit 20200902
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI for user management
2 participants