@gooddata/code-cli 0.35.0-alpha.2 → 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 +1 -1
  2. package/README.md +2 -2
  3. package/dist/index.js +11826 -11843
  4. package/package.json +1 -1
package/NOTICE CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with gdc
9
9
 
10
10
  Date generated: 2026-5-26
11
11
 
12
- Revision ID: b42b72e25119ac36c2fd1496631b92d931308ca6
12
+ Revision ID: a18045f9a3d48b692bda7a918131b12711a4be07
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
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. |