@oclif/core 2.11.9 → 2.11.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,6 +135,7 @@ export interface Config {
|
|
|
135
135
|
s3Url(key: string): string;
|
|
136
136
|
s3Key(type: 'versioned' | 'unversioned', ext: '.tar.gz' | '.tar.xz', options?: Config.s3Key.Options): string;
|
|
137
137
|
s3Key(type: keyof PJSON.S3.Templates, options?: Config.s3Key.Options): string;
|
|
138
|
+
getPluginsList(): Plugin[];
|
|
138
139
|
}
|
|
139
140
|
export declare namespace Config {
|
|
140
141
|
namespace s3Key {
|