File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ def main():
84
84
level = logging .INFO ,
85
85
)
86
86
87
+ log .warning ('The `charm create` command is DEPRECATED and will be\n '
88
+ 'removed in the 3.1 release of charm-tools.\n '
89
+ '\n '
90
+ 'Please refer to the following resources for\n '
91
+ 'information on creating new charms:\n '
92
+ 'https://juju.is/docs/sdk/charmcraft-init\n '
93
+ 'https://juju.is/docs/sdk/ops\n ' )
94
+
87
95
if not args .template :
88
96
log .info (
89
97
"Using default charm template (%s). To select a different "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tools for building reactive charms
18
18
19
19
commands:
20
20
build - build a charm from layers and interfaces.
21
- create - create a new charm.
21
+ create - (DEPRECATED) create a new charm.
22
22
help - Show help on a command or other topic.
23
23
layers - inspect the layers of a built charm.
24
24
proof - perform static analysis on a charm or bundle.
Original file line number Diff line number Diff line change 38
38
# in the libc6 package. The libc6 package contains absolute symlinks
39
39
# pointing at /, which is not allowed in a core22 classic snap.
40
40
stage-packages :
41
+ - libbrotli1
41
42
- git-core
42
43
- libpython3.10
43
44
- libpython3.10-minimal
You can’t perform that action at this time.
0 commit comments