Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli @ 023d5ada

Name Size
  argument
  command_tree
  commands
  config
  utils
__init__.py 18.9 kB
command_shell.py 12.7 kB
errors.py 6.3 kB
history.py 3.1 kB
logger.py 3.4 kB
one_command.py 4.2 kB
test.py 18.6 kB

Latest revisions

# Date Author Comment
023d5ada 02/05/2014 03:16 pm Stavros Sachtouris

Recognise usernames in --account args (or similar)

Refs: #4810

Arguments --account and --to-account can now accept usernames along with uuids
Kamaki attempts to recognise the argument as a uuid. In case of failure, it
attempts to recognise it as a username. If it fails again, it produces and...

f28beccb 01/31/2014 02:40 pm Stavros Sachtouris

Remove livetest from kamaki

Refs: #4873

b33d9050 01/30/2014 05:56 pm Stavros Sachtouris

Disable argument abbreviation

Refs: #4865

Implementaton details: subclass ArgumentParser and override the
_get_option_tuples method. Replace option_string comparison
operator: == instead of .startswith
The rest of the method code is copy-pasted from python 2.7.3 argparse

8b4ba753 01/28/2014 05:20 pm Stavros Sachtouris

Merge astakos error classes --> AstakosClientError

Refs: #5002

Also, decorate kamaki.clients.astakos.AstakosClient to raise this new class
when an error occurs

4ddeb850 01/28/2014 01:58 pm Stavros Sachtouris

Do not let file-* cmds to create containers

Refs: #4992

44443c24 01/28/2014 12:36 pm Stavros Sachtouris

Allow image register from local file to container

Refs: #4991

Image register can now accept these options as correct:
--location [pithos://UUID]/CONTAINER --upload-local-file LOCAL_PATH
which is equivalent to this:
--location [pithos://UUID]/CONTAINER/basename(LOCAL_PATH) --upload-local-file LOCAL_PATH

a879970b 01/27/2014 06:15 pm Stavros Sachtouris

Rename --(un)publish to --public/--private

Refs: 4990

2dd4538b 01/27/2014 05:58 pm Stavros Sachtouris

In image register, meta gets same sharing as image

Refs: #4960

c370ec9b 01/27/2014 03:02 pm Stavros Sachtouris

Always recognise a directory in pithos

Refs: #4987

22663c4a 01/24/2014 04:58 pm Stavros Sachtouris

Fix typos in documentation

View revisions

Also available in: Atom