@@ -269,22 +285,21 @@ or environment variables (DO_CLIENT_ID and DO_API_KEY)'''
...
@@ -269,22 +285,21 @@ or environment variables (DO_CLIENT_ID and DO_API_KEY)'''
parser.add_argument('--cache-path',action='store',help='Path to the cache files (default: .)')
parser.add_argument('--cache-path',action='store',help='Path to the cache files (default: .)')
parser.add_argument('--cache-max_age',action='store',help='Maximum age of the cached items (default: 0)')
parser.add_argument('--cache-max_age',action='store',help='Maximum age of the cached items (default: 0)')
parser.add_argument('--force-cache',action='store_true',default=False,help='Only use data from the cache')
parser.add_argument('--force-cache',action='store_true',default=False,help='Only use data from the cache')
parser.add_argument('--refresh-cache','-r',action='store_true',default=False,help='Force refresh of cache by making API requests to DigitalOcean (default: False - use cache files)')