@gooddata/code-cli 0.35.0-alpha.1 → 0.35.0-alpha.3

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.
Files changed (4) hide show
  1. package/NOTICE +3 -3
  2. package/README.md +2 -2
  3. package/dist/index.js +12305 -12323
  4. package/package.json +1 -1
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gdc-analytics-as-code. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2026-5-20
10
+ Date generated: 2026-5-26
11
11
 
12
- Revision ID: 7af73a932eb6c0e7a4c33f1ac987e44b1f013ffe
12
+ Revision ID: a18045f9a3d48b692bda7a918131b12711a4be07
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -17909,4 +17909,4 @@ POSSIBILITY OF SUCH DAMAGE.
17909
17909
  --------------------------------------------------------------------------------
17910
17910
  --------------------------------------------------------------------------------
17911
17911
 
17912
- Report Generated by FOSSA on 2026-5-20
17912
+ Report Generated by FOSSA on 2026-5-26
package/README.md CHANGED
@@ -26,14 +26,14 @@ Now you should have a new CLI command available, try running `gd -v` and you sho
26
26
  ## Options
27
27
 
28
28
  | Option | Description |
29
- |---------------------|--------------------------------|
29
+ | ------------------- | ------------------------------ |
30
30
  | `-h` or `--help` | Display the usage information. |
31
31
  | `-v` or `--version` | Show GoodData CLI version. |
32
32
 
33
33
  ## Commands
34
34
 
35
35
  | Command | Description |
36
- |------------|----------------------------------------------|
36
+ | ---------- | -------------------------------------------- |
37
37
  | [init] | Initialize a local GoodData environment. |
38
38
  | [clone] | Clone analytical objects from the workspace. |
39
39
  | [deploy] | Deploy analytical objects to GoodData. |