File tree Expand file tree Collapse file tree 5 files changed +31
-4
lines changed
Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 5454 ('cdn' , 'SoftLayer.CLI.cdn' ),
5555 ('cdn:detail' , 'SoftLayer.CLI.cdn.detail:cli' ),
5656 ('cdn:list' , 'SoftLayer.CLI.cdn.list:cli' ),
57- ('cdn:load' , 'SoftLayer.CLI.cdn.load:cli' ),
5857 ('cdn:origin-add' , 'SoftLayer.CLI.cdn.origin_add:cli' ),
5958 ('cdn:origin-list' , 'SoftLayer.CLI.cdn.origin_list:cli' ),
6059 ('cdn:origin-remove' , 'SoftLayer.CLI.cdn.origin_remove:cli' ),
Original file line number Diff line number Diff line change 66 :license: MIT, see LICENSE for more details.
77"""
88
9- from SoftLayer import exceptions
109from SoftLayer import utils
1110
1211
Original file line number Diff line number Diff line change 1+ .. _cli_cdn :
2+
3+ Interacting with CDN
4+ ==============================
5+
6+
7+ .. click :: SoftLayer.CLI.cdn.detail:cli
8+ :prog: cdn detail
9+ :show-nested:
10+
11+ .. click :: SoftLayer.CLI.cdn.list:cli
12+ :prog: cdn list
13+ :show-nested:
14+
15+ .. click :: SoftLayer.CLI.cdn.origin_add:cli
16+ :prog: cdn origin-add
17+ :show-nested:
18+
19+ .. click :: SoftLayer.CLI.cdn.origin_list:cli
20+ :prog: cdn origin-list
21+ :show-nested:
22+
23+ .. click :: SoftLayer.CLI.cdn.origin_remove:cli
24+ :prog: cdn origin-remove
25+ :show-nested:
26+
27+ .. click :: SoftLayer.CLI.cdn.purge:cli
28+ :prog: cdn purge
29+ :show-nested:
Original file line number Diff line number Diff line change 66"""
77import json
88
9- from SoftLayer import testing
109from SoftLayer .CLI import exceptions
10+ from SoftLayer import testing
1111
1212
1313class CdnTests (testing .TestCase ):
Original file line number Diff line number Diff line change 55 :license: MIT, see LICENSE for more details.
66"""
77
8+ from SoftLayer .managers import cdn
89from SoftLayer import testing
910from SoftLayer import utils
10- from SoftLayer .managers import cdn
1111
1212
1313class CDNTests (testing .TestCase ):
You can’t perform that action at this time.
0 commit comments