Skip to content

Commit 7fa769a

Browse files
#2211 removed CDN commands and created a deprecated message for them
1 parent cc9392d commit 7fa769a

15 files changed

+28
-1004
lines changed

SoftLayer/CLI/cdn/cdn.py

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"""https://cloud.ibm.com/docs/CDN?topic=CDN-cdn-deprecation"""
2+
# :license: MIT, see LICENSE for more details.
3+
4+
import click
5+
6+
import SoftLayer
7+
from SoftLayer.CLI import environment
8+
from SoftLayer.CLI import exceptions
9+
from SoftLayer.CLI import formatting
10+
11+
12+
@click.command(cls=SoftLayer.CLI.command.SLCommand, deprecated=True)
13+
@environment.pass_env
14+
def cli(env):
15+
"""https://cloud.ibm.com/docs/CDN?topic=CDN-cdn-deprecation"""
16+
pass

SoftLayer/CLI/cdn/create.py

-56
This file was deleted.

SoftLayer/CLI/cdn/delete.py

-21
This file was deleted.

SoftLayer/CLI/cdn/detail.py

-46
This file was deleted.

SoftLayer/CLI/cdn/edit.py

-93
This file was deleted.

SoftLayer/CLI/cdn/list.py

-44
This file was deleted.

SoftLayer/CLI/cdn/origin_add.py

-106
This file was deleted.

0 commit comments

Comments
 (0)