Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli @ ca5b9261

Name Size
  commands
__init__.py 15.3 kB
argument.py 15.9 kB
command_shell.py 12.2 kB
command_tree.py 7.6 kB
config.py 12.3 kB
errors.py 6.2 kB
history.py 3 kB
logger.py 3.4 kB
one_command.py 4 kB
utils.py 14.9 kB

Latest revisions

# Date Author Comment
ca5b9261 06/07/2013 03:43 pm Stavros Sachtouris

Adjust help messages to configuration changes

Refs:#3934

902835ba 06/07/2013 03:15 pm Stavros Sachtouris

Merge branch 'feature-endpoints' into release-0.9

Conflicts:
Changelog
kamaki/cli/__init__.py
kamaki/cli/commands/astakos.py
kamaki/cli/commands/cyclades.py
kamaki/cli/commands/image.py
kamaki/cli/commands/pithos.py
kamaki/cli/commands/snf-astakos.py...

e0d03685 06/07/2013 02:24 pm Stavros Sachtouris

Fix a PEP8 issue

8dbf5a1a 06/07/2013 02:19 pm Stavros Sachtouris

Use os-specific path seperators in up/down-load -R

Refs: #3954

b4f69041 06/06/2013 05:29 pm Stavros Sachtouris

Adjust all command specs to multicloud/singleauth

Refs: #3934

99085b30 06/06/2013 02:20 pm Stavros Sachtouris

Make sure user and history commands work fine

Refs: #3934

844a6bdb 06/06/2013 01:32 pm Stavros Sachtouris

Adjust config cli commands to serve remotes

Refs: #3934

config set remote.smth.option value
inserts option=value in remote smth
config get remote.smth
lists the contents (key=val) of remote smth
config delete remote.smth.option
deletes this specific option from the remote smth...

362adf50 06/05/2013 07:00 pm Stavros Sachtouris

Decide a cloud term, use it if no cloud.url

Refs: #3934

ce9ccb40 06/05/2013 03:43 pm Stavros Sachtouris

Implement remotes support in Config and cli init

Refs: #3934

In Config:

Simplify guess_version heuristics (check if the following exist:
global.url/token, remote-defaults)
Trasnlate files 'remote "name"' to 3-level dict and back
Implement rescue_old_file to convert config files to v3.0...

14b9a185 06/04/2013 06:44 pm Stavros Sachtouris

Plan Config changes (rescue_old_file, translates)

Refs: #3934

rescue_old_file: mines info from old config file to use them in new file
translates:
remote "smth" --> 'remote': {'smth': ...
global.{url, token} --> remote.default.{url, token}
<command>.cli --> global.command_cli...

View revisions

Also available in: Atom