Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli @ 7cddd0e7

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
7cddd0e7 02/11/2014 06:24 pm Stavros Sachtouris

Fix typo in set firewall profile

c75be81a 02/11/2014 06:08 pm Stavros Sachtouris

Pretty server info, better errors in set firewall

Refs: #5051

d1130026 02/10/2014 10:49 am Stavros Sachtouris

Fix type in server modify argument help

cf862450 02/07/2014 06:44 pm Stavros Sachtouris

Enrich documentation with network-related examples

Refs: #5031

2dfedc44 02/06/2014 05:36 pm Stavros Sachtouris

Update network commands in documentaion

Refs: #5031

04c039c8 02/06/2014 03:38 pm Stavros Sachtouris

Remove deprecated methods

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

View revisions

Also available in: Atom