@gooddata/code-cli 0.35.0-alpha.2 → 0.35.0-alpha.4

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 +12127 -11855
  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-26
10
+ Date generated: 2026-5-27
11
11
 
12
- Revision ID: b42b72e25119ac36c2fd1496631b92d931308ca6
12
+ Revision ID: 9f9cce29e83fdfaaed30b93ae6742424556604dc
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-26
17912
+ Report Generated by FOSSA on 2026-5-27
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. |