Revision ca5b9261 kamaki/cli/commands/astakos.py

b/kamaki/cli/commands/astakos.py
72 72
    """Authenticate a user
73 73
    Get user information (e.g. unique account name) from token
74 74
    Token should be set in settings:
75
    *  check if a token is set    /config get token
76
    *  permanently set a token    /config set token <token>
75
    *  check if a token is set    /config get remote.default.token
76
    *  permanently set a token    /config set remote.default.token <token>
77 77
    Token can also be provided as a parameter
78
    (In case of another named cloud remote, use its name instead of default)
78 79
    """
79 80

  
80 81
    @staticmethod

Also available in: Unified diff