Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
f3a239f6
Commit
f3a239f6
authored
Nov 28, 2013
by
Stavros Sachtouris
Browse files
Update changelog
Refs: #4583
parent
bfd0f8db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
f3a239f6
...
...
@@ -7,6 +7,9 @@ Changes:
1. Make astakosclient a mantatory requirement for kamaki [#4312]
2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
3. Rename user commands for cached account requests as /user session [#4340]
4. Modify all commands [#4583]
New scheme for ALL <object> <verb> [object id] [--arguments]
e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
Features:
...
...
kamaki/cli/commands/pithos.py
View file @
f3a239f6
...
...
@@ -1658,8 +1658,8 @@ class group_create(_pithos_group, _optional_json):
'/'
.
join
(
self
.
arguments
[
'user_uuid'
].
parsed_name
),
'/'
.
join
(
self
.
arguments
[
'username'
].
parsed_name
)),
details
=
[
'Check if a username or uuid is valid
:
'
,
'
[kamaki] user info [--uuid UUID | --username USERNAME]
'
])
'Check if a username or uuid is valid
with
'
,
'
user uuid2username'
,
'OR'
,
' user username2uuid
'
])
@
command
(
group_cmds
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment