@cloudbase/cli 2.8.1-beta.1 → 2.8.1-beta.2

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.
@@ -67,7 +67,6 @@ function listAllFunctions(options) {
67
67
  let currentOffset = 0;
68
68
  const pageSize = 20;
69
69
  const { envId } = options;
70
- console.log(`这是listAllFunctions函数,envId: ${envId}`);
71
70
  while (true) {
72
71
  try {
73
72
  const res = yield scfService.request('ListFunctions', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.8.1-beta.1",
3
+ "version": "2.8.1-beta.2",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {