Fix bug w. 0 file syncing
[kamaki] / README.Upgrade
index 6ec5609..d57c19d 100644 (file)
@@ -3,6 +3,17 @@ kamaki 0.12
 
 1. Method post_user_catalogs in kamaki.clients.astakos is going to be
 deprecated at version 0.13. It must be replaced with individual calls to
-uuids2usernames and/or usernames2uuids. bw compatibility is kept for verison
+uuids2usernames and/or usernames2uuids. bw compatibility is kept for version
 0.12
 
+2. Update the kamaki configuration with these commands:
+  $ kamaki config delete project_cli
+  $ kamaki config delete astakos_cli
+  $ kamaki config delete user_cli
+
+3. /user commands have changed:
+    /user info --> /user session info
+    /user whoami --> /user session info
+    /user pick --> /user session select
+    /user add --> /user session authenticate
+