hereya-cli 0.86.1 → 0.86.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.
@@ -707,35 +707,26 @@
707
707
  "index.js"
708
708
  ]
709
709
  },
710
- "provid": {
710
+ "publish": {
711
711
  "aliases": [],
712
- "args": {
713
- "package": {
714
- "description": "Package name (e.g., hereya/postgres)",
715
- "name": "package",
716
- "required": true
717
- }
718
- },
719
- "description": "Display the provisioning ID for a package",
712
+ "args": {},
713
+ "description": "Publish a package to the Hereya registry",
720
714
  "examples": [
721
- "<%= config.bin %> <%= command.id %> hereya/postgres",
722
- "<%= config.bin %> <%= command.id %> hereya/postgres -w dev",
723
- "<%= config.bin %> <%= command.id %> hereya/postgres --workspace staging"
715
+ "$ hereya publish",
716
+ "$ hereya publish --chdir=/path/to/package"
724
717
  ],
725
718
  "flags": {
726
719
  "chdir": {
727
- "char": "C",
728
- "description": "Project root directory",
720
+ "description": "\n Directory where the command will be executed.\n If not specified, it defaults to the current working directory.\n ",
729
721
  "name": "chdir",
730
722
  "required": false,
731
723
  "hasDynamicHelp": false,
732
724
  "multiple": false,
733
725
  "type": "option"
734
726
  },
735
- "workspace": {
736
- "char": "w",
737
- "description": "Name of the workspace",
738
- "name": "workspace",
727
+ "token": {
728
+ "description": "Ephemeral cloud access token used for this invocation only. Held in memory; never written to the keychain or `~/.hereya/secrets/`. Takes precedence over the HEREYA_TOKEN environment variable.",
729
+ "name": "token",
739
730
  "required": false,
740
731
  "hasDynamicHelp": false,
741
732
  "multiple": false,
@@ -744,7 +735,7 @@
744
735
  },
745
736
  "hasDynamicHelp": false,
746
737
  "hiddenAliases": [],
747
- "id": "provid",
738
+ "id": "publish",
748
739
  "pluginAlias": "hereya-cli",
749
740
  "pluginName": "hereya-cli",
750
741
  "pluginType": "core",
@@ -754,30 +745,39 @@
754
745
  "relativePath": [
755
746
  "dist",
756
747
  "commands",
757
- "provid",
748
+ "publish",
758
749
  "index.js"
759
750
  ]
760
751
  },
761
- "publish": {
752
+ "provid": {
762
753
  "aliases": [],
763
- "args": {},
764
- "description": "Publish a package to the Hereya registry",
754
+ "args": {
755
+ "package": {
756
+ "description": "Package name (e.g., hereya/postgres)",
757
+ "name": "package",
758
+ "required": true
759
+ }
760
+ },
761
+ "description": "Display the provisioning ID for a package",
765
762
  "examples": [
766
- "$ hereya publish",
767
- "$ hereya publish --chdir=/path/to/package"
763
+ "<%= config.bin %> <%= command.id %> hereya/postgres",
764
+ "<%= config.bin %> <%= command.id %> hereya/postgres -w dev",
765
+ "<%= config.bin %> <%= command.id %> hereya/postgres --workspace staging"
768
766
  ],
769
767
  "flags": {
770
768
  "chdir": {
771
- "description": "\n Directory where the command will be executed.\n If not specified, it defaults to the current working directory.\n ",
769
+ "char": "C",
770
+ "description": "Project root directory",
772
771
  "name": "chdir",
773
772
  "required": false,
774
773
  "hasDynamicHelp": false,
775
774
  "multiple": false,
776
775
  "type": "option"
777
776
  },
778
- "token": {
779
- "description": "Ephemeral cloud access token used for this invocation only. Held in memory; never written to the keychain or `~/.hereya/secrets/`. Takes precedence over the HEREYA_TOKEN environment variable.",
780
- "name": "token",
777
+ "workspace": {
778
+ "char": "w",
779
+ "description": "Name of the workspace",
780
+ "name": "workspace",
781
781
  "required": false,
782
782
  "hasDynamicHelp": false,
783
783
  "multiple": false,
@@ -786,7 +786,7 @@
786
786
  },
787
787
  "hasDynamicHelp": false,
788
788
  "hiddenAliases": [],
789
- "id": "publish",
789
+ "id": "provid",
790
790
  "pluginAlias": "hereya-cli",
791
791
  "pluginName": "hereya-cli",
792
792
  "pluginType": "core",
@@ -796,7 +796,7 @@
796
796
  "relativePath": [
797
797
  "dist",
798
798
  "commands",
799
- "publish",
799
+ "provid",
800
800
  "index.js"
801
801
  ]
802
802
  },
@@ -1622,24 +1622,17 @@
1622
1622
  "index.js"
1623
1623
  ]
1624
1624
  },
1625
- "config:export-backend": {
1625
+ "config:get-backend": {
1626
1626
  "aliases": [],
1627
- "args": {
1628
- "file": {
1629
- "description": "Path to save the export file. Defaults to cloud-backend.json in current directory",
1630
- "name": "file",
1631
- "required": false
1632
- }
1633
- },
1634
- "description": "Export the cloud backend configuration to a file",
1627
+ "args": {},
1628
+ "description": "get the current backend type",
1635
1629
  "examples": [
1636
- "<%= config.bin %> <%= command.id %>",
1637
- "<%= config.bin %> <%= command.id %> ./path/to/export.json"
1630
+ "<%= config.bin %> <%= command.id %>"
1638
1631
  ],
1639
1632
  "flags": {},
1640
1633
  "hasDynamicHelp": false,
1641
1634
  "hiddenAliases": [],
1642
- "id": "config:export-backend",
1635
+ "id": "config:get-backend",
1643
1636
  "pluginAlias": "hereya-cli",
1644
1637
  "pluginName": "hereya-cli",
1645
1638
  "pluginType": "core",
@@ -1650,21 +1643,28 @@
1650
1643
  "dist",
1651
1644
  "commands",
1652
1645
  "config",
1653
- "export-backend",
1646
+ "get-backend",
1654
1647
  "index.js"
1655
1648
  ]
1656
1649
  },
1657
- "config:get-backend": {
1650
+ "config:export-backend": {
1658
1651
  "aliases": [],
1659
- "args": {},
1660
- "description": "get the current backend type",
1652
+ "args": {
1653
+ "file": {
1654
+ "description": "Path to save the export file. Defaults to cloud-backend.json in current directory",
1655
+ "name": "file",
1656
+ "required": false
1657
+ }
1658
+ },
1659
+ "description": "Export the cloud backend configuration to a file",
1661
1660
  "examples": [
1662
- "<%= config.bin %> <%= command.id %>"
1661
+ "<%= config.bin %> <%= command.id %>",
1662
+ "<%= config.bin %> <%= command.id %> ./path/to/export.json"
1663
1663
  ],
1664
1664
  "flags": {},
1665
1665
  "hasDynamicHelp": false,
1666
1666
  "hiddenAliases": [],
1667
- "id": "config:get-backend",
1667
+ "id": "config:export-backend",
1668
1668
  "pluginAlias": "hereya-cli",
1669
1669
  "pluginName": "hereya-cli",
1670
1670
  "pluginType": "core",
@@ -1675,27 +1675,28 @@
1675
1675
  "dist",
1676
1676
  "commands",
1677
1677
  "config",
1678
- "get-backend",
1678
+ "export-backend",
1679
1679
  "index.js"
1680
1680
  ]
1681
1681
  },
1682
- "config:import-backend": {
1682
+ "config:use-backend": {
1683
1683
  "aliases": [],
1684
1684
  "args": {
1685
- "file": {
1686
- "description": "Path to the file containing the backend configuration to import",
1687
- "name": "file",
1685
+ "type": {
1686
+ "description": "type of backend to use. Possible values: s3, local",
1687
+ "name": "type",
1688
1688
  "required": true
1689
1689
  }
1690
1690
  },
1691
- "description": "Import a backend configuration from a file",
1691
+ "description": "set the current backend type",
1692
1692
  "examples": [
1693
- "<%= config.bin %> <%= command.id %> ./path/to/cloud-backend.json"
1693
+ "<%= config.bin %> <%= command.id %> s3",
1694
+ "<%= config.bin %> <%= command.id %> local"
1694
1695
  ],
1695
1696
  "flags": {},
1696
1697
  "hasDynamicHelp": false,
1697
1698
  "hiddenAliases": [],
1698
- "id": "config:import-backend",
1699
+ "id": "config:use-backend",
1699
1700
  "pluginAlias": "hereya-cli",
1700
1701
  "pluginName": "hereya-cli",
1701
1702
  "pluginType": "core",
@@ -1706,28 +1707,27 @@
1706
1707
  "dist",
1707
1708
  "commands",
1708
1709
  "config",
1709
- "import-backend",
1710
+ "use-backend",
1710
1711
  "index.js"
1711
1712
  ]
1712
1713
  },
1713
- "config:use-backend": {
1714
+ "config:import-backend": {
1714
1715
  "aliases": [],
1715
1716
  "args": {
1716
- "type": {
1717
- "description": "type of backend to use. Possible values: s3, local",
1718
- "name": "type",
1717
+ "file": {
1718
+ "description": "Path to the file containing the backend configuration to import",
1719
+ "name": "file",
1719
1720
  "required": true
1720
1721
  }
1721
1722
  },
1722
- "description": "set the current backend type",
1723
+ "description": "Import a backend configuration from a file",
1723
1724
  "examples": [
1724
- "<%= config.bin %> <%= command.id %> s3",
1725
- "<%= config.bin %> <%= command.id %> local"
1725
+ "<%= config.bin %> <%= command.id %> ./path/to/cloud-backend.json"
1726
1726
  ],
1727
1727
  "flags": {},
1728
1728
  "hasDynamicHelp": false,
1729
1729
  "hiddenAliases": [],
1730
- "id": "config:use-backend",
1730
+ "id": "config:import-backend",
1731
1731
  "pluginAlias": "hereya-cli",
1732
1732
  "pluginName": "hereya-cli",
1733
1733
  "pluginType": "core",
@@ -1738,7 +1738,7 @@
1738
1738
  "dist",
1739
1739
  "commands",
1740
1740
  "config",
1741
- "use-backend",
1741
+ "import-backend",
1742
1742
  "index.js"
1743
1743
  ]
1744
1744
  },
@@ -1981,42 +1981,31 @@
1981
1981
  "index.js"
1982
1982
  ]
1983
1983
  },
1984
- "env:set": {
1984
+ "executor:start": {
1985
1985
  "aliases": [],
1986
- "args": {
1987
- "name": {
1988
- "description": "name of the environment variable to set",
1989
- "name": "name"
1990
- }
1991
- },
1992
- "description": "Set an user-defined environment variable for the project",
1986
+ "args": {},
1987
+ "description": "Start the remote executor process (polls for jobs from hereya cloud).\n\nJobs are executed in parallel up to the concurrency limit (default: 10). Use --concurrency to adjust.\n\nSet the HEREYA_TOKEN environment variable to authenticate without running `hereya login`.\nSet the HEREYA_CLOUD_URL environment variable to target a specific hereya cloud instance (defaults to https://cloud.hereya.dev).",
1993
1988
  "examples": [
1994
- "<%= config.bin %> <%= command.id %> FOO -v bar",
1995
- "<%= config.bin %> <%= command.id %> FOO -v bar -w dev"
1989
+ "<%= config.bin %> <%= command.id %> -w my-workspace",
1990
+ "<%= config.bin %> <%= command.id %> -w my-workspace --concurrency 5",
1991
+ "HEREYA_TOKEN=<token> <%= config.bin %> <%= command.id %> -w my-workspace",
1992
+ "HEREYA_TOKEN=<token> HEREYA_CLOUD_URL=https://my-cloud.example.com <%= config.bin %> <%= command.id %> -w my-workspace"
1996
1993
  ],
1997
1994
  "flags": {
1998
- "chdir": {
1999
- "description": "project root directory",
2000
- "name": "chdir",
2001
- "required": false,
2002
- "hasDynamicHelp": false,
2003
- "multiple": false,
2004
- "type": "option"
2005
- },
2006
- "value": {
2007
- "char": "v",
2008
- "description": "value of the environment variable",
2009
- "name": "value",
2010
- "required": true,
1995
+ "concurrency": {
1996
+ "char": "c",
1997
+ "description": "maximum number of parallel jobs",
1998
+ "name": "concurrency",
1999
+ "default": 10,
2011
2000
  "hasDynamicHelp": false,
2012
2001
  "multiple": false,
2013
2002
  "type": "option"
2014
2003
  },
2015
2004
  "workspace": {
2016
2005
  "char": "w",
2017
- "description": "name of the workspace to print the env vars for",
2006
+ "description": "name of the workspace to poll jobs for",
2018
2007
  "name": "workspace",
2019
- "required": false,
2008
+ "required": true,
2020
2009
  "hasDynamicHelp": false,
2021
2010
  "multiple": false,
2022
2011
  "type": "option"
@@ -2024,7 +2013,7 @@
2024
2013
  },
2025
2014
  "hasDynamicHelp": false,
2026
2015
  "hiddenAliases": [],
2027
- "id": "env:set",
2016
+ "id": "executor:start",
2028
2017
  "pluginAlias": "hereya-cli",
2029
2018
  "pluginName": "hereya-cli",
2030
2019
  "pluginType": "core",
@@ -2034,36 +2023,47 @@
2034
2023
  "relativePath": [
2035
2024
  "dist",
2036
2025
  "commands",
2037
- "env",
2038
- "set",
2026
+ "executor",
2027
+ "start",
2039
2028
  "index.js"
2040
2029
  ]
2041
2030
  },
2042
- "executor:start": {
2031
+ "env:set": {
2043
2032
  "aliases": [],
2044
- "args": {},
2045
- "description": "Start the remote executor process (polls for jobs from hereya cloud).\n\nJobs are executed in parallel up to the concurrency limit (default: 10). Use --concurrency to adjust.\n\nSet the HEREYA_TOKEN environment variable to authenticate without running `hereya login`.\nSet the HEREYA_CLOUD_URL environment variable to target a specific hereya cloud instance (defaults to https://cloud.hereya.dev).",
2033
+ "args": {
2034
+ "name": {
2035
+ "description": "name of the environment variable to set",
2036
+ "name": "name"
2037
+ }
2038
+ },
2039
+ "description": "Set an user-defined environment variable for the project",
2046
2040
  "examples": [
2047
- "<%= config.bin %> <%= command.id %> -w my-workspace",
2048
- "<%= config.bin %> <%= command.id %> -w my-workspace --concurrency 5",
2049
- "HEREYA_TOKEN=<token> <%= config.bin %> <%= command.id %> -w my-workspace",
2050
- "HEREYA_TOKEN=<token> HEREYA_CLOUD_URL=https://my-cloud.example.com <%= config.bin %> <%= command.id %> -w my-workspace"
2041
+ "<%= config.bin %> <%= command.id %> FOO -v bar",
2042
+ "<%= config.bin %> <%= command.id %> FOO -v bar -w dev"
2051
2043
  ],
2052
2044
  "flags": {
2053
- "concurrency": {
2054
- "char": "c",
2055
- "description": "maximum number of parallel jobs",
2056
- "name": "concurrency",
2057
- "default": 10,
2045
+ "chdir": {
2046
+ "description": "project root directory",
2047
+ "name": "chdir",
2048
+ "required": false,
2049
+ "hasDynamicHelp": false,
2050
+ "multiple": false,
2051
+ "type": "option"
2052
+ },
2053
+ "value": {
2054
+ "char": "v",
2055
+ "description": "value of the environment variable",
2056
+ "name": "value",
2057
+ "required": true,
2058
2058
  "hasDynamicHelp": false,
2059
2059
  "multiple": false,
2060
2060
  "type": "option"
2061
2061
  },
2062
2062
  "workspace": {
2063
2063
  "char": "w",
2064
- "description": "name of the workspace to poll jobs for",
2064
+ "description": "name of the workspace to print the env vars for",
2065
2065
  "name": "workspace",
2066
- "required": true,
2066
+ "required": false,
2067
2067
  "hasDynamicHelp": false,
2068
2068
  "multiple": false,
2069
2069
  "type": "option"
@@ -2071,7 +2071,7 @@
2071
2071
  },
2072
2072
  "hasDynamicHelp": false,
2073
2073
  "hiddenAliases": [],
2074
- "id": "executor:start",
2074
+ "id": "env:set",
2075
2075
  "pluginAlias": "hereya-cli",
2076
2076
  "pluginName": "hereya-cli",
2077
2077
  "pluginType": "core",
@@ -2081,8 +2081,8 @@
2081
2081
  "relativePath": [
2082
2082
  "dist",
2083
2083
  "commands",
2084
- "executor",
2085
- "start",
2084
+ "env",
2085
+ "set",
2086
2086
  "index.js"
2087
2087
  ]
2088
2088
  },
@@ -2225,49 +2225,40 @@
2225
2225
  "index.js"
2226
2226
  ]
2227
2227
  },
2228
- "flow:env": {
2228
+ "flow:provid": {
2229
2229
  "aliases": [],
2230
2230
  "args": {
2231
- "name": {
2232
- "description": "name of the env to display",
2233
- "name": "name",
2234
- "required": false
2231
+ "package": {
2232
+ "description": "Package name (e.g., hereya/postgres)",
2233
+ "name": "package",
2234
+ "required": true
2235
2235
  }
2236
2236
  },
2237
- "description": "Print project environment variables for a git branch-based workspace",
2237
+ "description": "Display the provisioning ID for a package in a git branch-based workspace",
2238
2238
  "examples": [
2239
- "<%= config.bin %> <%= command.id %>",
2240
- "<%= config.bin %> <%= command.id %> myEnv",
2241
- "<%= config.bin %> <%= command.id %> --profile staging",
2242
- "<%= config.bin %> <%= command.id %> --pin",
2243
- "<%= config.bin %> <%= command.id %> -l"
2239
+ "<%= config.bin %> <%= command.id %> hereya/postgres",
2240
+ "<%= config.bin %> <%= command.id %> hereya/postgres --profile staging",
2241
+ "<%= config.bin %> <%= command.id %> hereya/postgres --pin"
2244
2242
  ],
2245
2243
  "flags": {
2246
2244
  "chdir": {
2247
- "description": "project root directory",
2245
+ "char": "C",
2246
+ "description": "Project root directory",
2248
2247
  "name": "chdir",
2249
2248
  "required": false,
2250
2249
  "hasDynamicHelp": false,
2251
2250
  "multiple": false,
2252
2251
  "type": "option"
2253
2252
  },
2254
- "list": {
2255
- "char": "l",
2256
- "description": "list only the env vars without values",
2257
- "name": "list",
2258
- "required": false,
2259
- "allowNo": false,
2260
- "type": "boolean"
2261
- },
2262
- "pin": {
2263
- "description": "append git commit SHA to workspace name for commit-specific isolation",
2264
- "name": "pin",
2253
+ "pin": {
2254
+ "description": "Append git commit SHA to workspace name for commit-specific isolation",
2255
+ "name": "pin",
2265
2256
  "required": false,
2266
2257
  "allowNo": false,
2267
2258
  "type": "boolean"
2268
2259
  },
2269
2260
  "profile": {
2270
- "description": "profile to use for the workspace (will be appended to workspace name)",
2261
+ "description": "Profile to use for the workspace (will be appended to workspace name)",
2271
2262
  "name": "profile",
2272
2263
  "required": false,
2273
2264
  "hasDynamicHelp": false,
@@ -2277,7 +2268,7 @@
2277
2268
  },
2278
2269
  "hasDynamicHelp": false,
2279
2270
  "hiddenAliases": [],
2280
- "id": "flow:env",
2271
+ "id": "flow:provid",
2281
2272
  "pluginAlias": "hereya-cli",
2282
2273
  "pluginName": "hereya-cli",
2283
2274
  "pluginType": "core",
@@ -2288,44 +2279,53 @@
2288
2279
  "dist",
2289
2280
  "commands",
2290
2281
  "flow",
2291
- "env",
2282
+ "provid",
2292
2283
  "index.js"
2293
2284
  ]
2294
2285
  },
2295
- "flow:provid": {
2286
+ "flow:env": {
2296
2287
  "aliases": [],
2297
2288
  "args": {
2298
- "package": {
2299
- "description": "Package name (e.g., hereya/postgres)",
2300
- "name": "package",
2301
- "required": true
2289
+ "name": {
2290
+ "description": "name of the env to display",
2291
+ "name": "name",
2292
+ "required": false
2302
2293
  }
2303
2294
  },
2304
- "description": "Display the provisioning ID for a package in a git branch-based workspace",
2295
+ "description": "Print project environment variables for a git branch-based workspace",
2305
2296
  "examples": [
2306
- "<%= config.bin %> <%= command.id %> hereya/postgres",
2307
- "<%= config.bin %> <%= command.id %> hereya/postgres --profile staging",
2308
- "<%= config.bin %> <%= command.id %> hereya/postgres --pin"
2297
+ "<%= config.bin %> <%= command.id %>",
2298
+ "<%= config.bin %> <%= command.id %> myEnv",
2299
+ "<%= config.bin %> <%= command.id %> --profile staging",
2300
+ "<%= config.bin %> <%= command.id %> --pin",
2301
+ "<%= config.bin %> <%= command.id %> -l"
2309
2302
  ],
2310
2303
  "flags": {
2311
2304
  "chdir": {
2312
- "char": "C",
2313
- "description": "Project root directory",
2305
+ "description": "project root directory",
2314
2306
  "name": "chdir",
2315
2307
  "required": false,
2316
2308
  "hasDynamicHelp": false,
2317
2309
  "multiple": false,
2318
2310
  "type": "option"
2319
2311
  },
2312
+ "list": {
2313
+ "char": "l",
2314
+ "description": "list only the env vars without values",
2315
+ "name": "list",
2316
+ "required": false,
2317
+ "allowNo": false,
2318
+ "type": "boolean"
2319
+ },
2320
2320
  "pin": {
2321
- "description": "Append git commit SHA to workspace name for commit-specific isolation",
2321
+ "description": "append git commit SHA to workspace name for commit-specific isolation",
2322
2322
  "name": "pin",
2323
2323
  "required": false,
2324
2324
  "allowNo": false,
2325
2325
  "type": "boolean"
2326
2326
  },
2327
2327
  "profile": {
2328
- "description": "Profile to use for the workspace (will be appended to workspace name)",
2328
+ "description": "profile to use for the workspace (will be appended to workspace name)",
2329
2329
  "name": "profile",
2330
2330
  "required": false,
2331
2331
  "hasDynamicHelp": false,
@@ -2335,7 +2335,7 @@
2335
2335
  },
2336
2336
  "hasDynamicHelp": false,
2337
2337
  "hiddenAliases": [],
2338
- "id": "flow:provid",
2338
+ "id": "flow:env",
2339
2339
  "pluginAlias": "hereya-cli",
2340
2340
  "pluginName": "hereya-cli",
2341
2341
  "pluginType": "core",
@@ -2346,7 +2346,7 @@
2346
2346
  "dist",
2347
2347
  "commands",
2348
2348
  "flow",
2349
- "provid",
2349
+ "env",
2350
2350
  "index.js"
2351
2351
  ]
2352
2352
  },
@@ -2462,6 +2462,62 @@
2462
2462
  "index.js"
2463
2463
  ]
2464
2464
  },
2465
+ "workspace:create": {
2466
+ "aliases": [],
2467
+ "args": {
2468
+ "name": {
2469
+ "description": "name of the workspace to create",
2470
+ "name": "name",
2471
+ "required": true
2472
+ }
2473
+ },
2474
+ "description": "Create a new workspace if it does not exist.",
2475
+ "examples": [
2476
+ "<%= config.bin %> <%= command.id %> dev"
2477
+ ],
2478
+ "flags": {
2479
+ "deployment": {
2480
+ "char": "d",
2481
+ "description": "mark workspace as a deployment workspace",
2482
+ "name": "deployment",
2483
+ "required": false,
2484
+ "allowNo": false,
2485
+ "type": "boolean"
2486
+ },
2487
+ "mirror": {
2488
+ "description": "workspace to mirror",
2489
+ "name": "mirror",
2490
+ "required": false,
2491
+ "hasDynamicHelp": false,
2492
+ "multiple": false,
2493
+ "type": "option"
2494
+ },
2495
+ "profile": {
2496
+ "description": "workspace profile to set (cloud backend only)",
2497
+ "name": "profile",
2498
+ "required": false,
2499
+ "hasDynamicHelp": false,
2500
+ "multiple": false,
2501
+ "type": "option"
2502
+ }
2503
+ },
2504
+ "hasDynamicHelp": false,
2505
+ "hiddenAliases": [],
2506
+ "id": "workspace:create",
2507
+ "pluginAlias": "hereya-cli",
2508
+ "pluginName": "hereya-cli",
2509
+ "pluginType": "core",
2510
+ "strict": true,
2511
+ "enableJsonFlag": false,
2512
+ "isESM": true,
2513
+ "relativePath": [
2514
+ "dist",
2515
+ "commands",
2516
+ "workspace",
2517
+ "create",
2518
+ "index.js"
2519
+ ]
2520
+ },
2465
2521
  "flow:up": {
2466
2522
  "aliases": [],
2467
2523
  "args": {},
@@ -2536,40 +2592,34 @@
2536
2592
  "index.js"
2537
2593
  ]
2538
2594
  },
2539
- "workspace:create": {
2595
+ "workspace:env": {
2540
2596
  "aliases": [],
2541
2597
  "args": {
2542
2598
  "name": {
2543
- "description": "name of the workspace to create",
2599
+ "description": "name of the env to display",
2544
2600
  "name": "name",
2545
- "required": true
2601
+ "required": false
2546
2602
  }
2547
2603
  },
2548
- "description": "Create a new workspace if it does not exist.",
2604
+ "description": "Print workspace env vars.",
2549
2605
  "examples": [
2550
- "<%= config.bin %> <%= command.id %> dev"
2606
+ "<%= config.bin %> <%= command.id %> -w dev",
2607
+ "<%= config.bin %> <%= command.id %> myEnv -w dev"
2551
2608
  ],
2552
2609
  "flags": {
2553
- "deployment": {
2554
- "char": "d",
2555
- "description": "mark workspace as a deployment workspace",
2556
- "name": "deployment",
2610
+ "list": {
2611
+ "char": "l",
2612
+ "description": "list only the env vars without values",
2613
+ "name": "list",
2557
2614
  "required": false,
2558
2615
  "allowNo": false,
2559
2616
  "type": "boolean"
2560
2617
  },
2561
- "mirror": {
2562
- "description": "workspace to mirror",
2563
- "name": "mirror",
2564
- "required": false,
2565
- "hasDynamicHelp": false,
2566
- "multiple": false,
2567
- "type": "option"
2568
- },
2569
- "profile": {
2570
- "description": "workspace profile to set (cloud backend only)",
2571
- "name": "profile",
2572
- "required": false,
2618
+ "workspace": {
2619
+ "char": "w",
2620
+ "description": "name of the workspace to print env vars for",
2621
+ "name": "workspace",
2622
+ "required": true,
2573
2623
  "hasDynamicHelp": false,
2574
2624
  "multiple": false,
2575
2625
  "type": "option"
@@ -2577,7 +2627,7 @@
2577
2627
  },
2578
2628
  "hasDynamicHelp": false,
2579
2629
  "hiddenAliases": [],
2580
- "id": "workspace:create",
2630
+ "id": "workspace:env",
2581
2631
  "pluginAlias": "hereya-cli",
2582
2632
  "pluginName": "hereya-cli",
2583
2633
  "pluginType": "core",
@@ -2588,7 +2638,7 @@
2588
2638
  "dist",
2589
2639
  "commands",
2590
2640
  "workspace",
2591
- "create",
2641
+ "env",
2592
2642
  "index.js"
2593
2643
  ]
2594
2644
  },
@@ -2623,56 +2673,6 @@
2623
2673
  "index.js"
2624
2674
  ]
2625
2675
  },
2626
- "workspace:env": {
2627
- "aliases": [],
2628
- "args": {
2629
- "name": {
2630
- "description": "name of the env to display",
2631
- "name": "name",
2632
- "required": false
2633
- }
2634
- },
2635
- "description": "Print workspace env vars.",
2636
- "examples": [
2637
- "<%= config.bin %> <%= command.id %> -w dev",
2638
- "<%= config.bin %> <%= command.id %> myEnv -w dev"
2639
- ],
2640
- "flags": {
2641
- "list": {
2642
- "char": "l",
2643
- "description": "list only the env vars without values",
2644
- "name": "list",
2645
- "required": false,
2646
- "allowNo": false,
2647
- "type": "boolean"
2648
- },
2649
- "workspace": {
2650
- "char": "w",
2651
- "description": "name of the workspace to print env vars for",
2652
- "name": "workspace",
2653
- "required": true,
2654
- "hasDynamicHelp": false,
2655
- "multiple": false,
2656
- "type": "option"
2657
- }
2658
- },
2659
- "hasDynamicHelp": false,
2660
- "hiddenAliases": [],
2661
- "id": "workspace:env",
2662
- "pluginAlias": "hereya-cli",
2663
- "pluginName": "hereya-cli",
2664
- "pluginType": "core",
2665
- "strict": true,
2666
- "enableJsonFlag": false,
2667
- "isESM": true,
2668
- "relativePath": [
2669
- "dist",
2670
- "commands",
2671
- "workspace",
2672
- "env",
2673
- "index.js"
2674
- ]
2675
- },
2676
2676
  "workspace:install": {
2677
2677
  "aliases": [],
2678
2678
  "args": {
@@ -2966,56 +2966,6 @@
2966
2966
  "index.js"
2967
2967
  ]
2968
2968
  },
2969
- "devenv:project:uninit": {
2970
- "aliases": [],
2971
- "args": {
2972
- "project": {
2973
- "description": "project name",
2974
- "name": "project",
2975
- "required": true
2976
- }
2977
- },
2978
- "description": "Uninitialize a project on a remote dev environment.",
2979
- "examples": [
2980
- "<%= config.bin %> <%= command.id %> my-app -w my-workspace",
2981
- "<%= config.bin %> <%= command.id %> my-app -w my-workspace --force"
2982
- ],
2983
- "flags": {
2984
- "force": {
2985
- "char": "f",
2986
- "description": "also remove the project directory after uninit",
2987
- "name": "force",
2988
- "allowNo": false,
2989
- "type": "boolean"
2990
- },
2991
- "workspace": {
2992
- "char": "w",
2993
- "description": "name of the workspace",
2994
- "name": "workspace",
2995
- "required": true,
2996
- "hasDynamicHelp": false,
2997
- "multiple": false,
2998
- "type": "option"
2999
- }
3000
- },
3001
- "hasDynamicHelp": false,
3002
- "hiddenAliases": [],
3003
- "id": "devenv:project:uninit",
3004
- "pluginAlias": "hereya-cli",
3005
- "pluginName": "hereya-cli",
3006
- "pluginType": "core",
3007
- "strict": true,
3008
- "enableJsonFlag": false,
3009
- "isESM": true,
3010
- "relativePath": [
3011
- "dist",
3012
- "commands",
3013
- "devenv",
3014
- "project",
3015
- "uninit",
3016
- "index.js"
3017
- ]
3018
- },
3019
2969
  "flow:docker:run": {
3020
2970
  "aliases": [],
3021
2971
  "args": {
@@ -3084,6 +3034,56 @@
3084
3034
  "index.js"
3085
3035
  ]
3086
3036
  },
3037
+ "devenv:project:uninit": {
3038
+ "aliases": [],
3039
+ "args": {
3040
+ "project": {
3041
+ "description": "project name",
3042
+ "name": "project",
3043
+ "required": true
3044
+ }
3045
+ },
3046
+ "description": "Uninitialize a project on a remote dev environment.",
3047
+ "examples": [
3048
+ "<%= config.bin %> <%= command.id %> my-app -w my-workspace",
3049
+ "<%= config.bin %> <%= command.id %> my-app -w my-workspace --force"
3050
+ ],
3051
+ "flags": {
3052
+ "force": {
3053
+ "char": "f",
3054
+ "description": "also remove the project directory after uninit",
3055
+ "name": "force",
3056
+ "allowNo": false,
3057
+ "type": "boolean"
3058
+ },
3059
+ "workspace": {
3060
+ "char": "w",
3061
+ "description": "name of the workspace",
3062
+ "name": "workspace",
3063
+ "required": true,
3064
+ "hasDynamicHelp": false,
3065
+ "multiple": false,
3066
+ "type": "option"
3067
+ }
3068
+ },
3069
+ "hasDynamicHelp": false,
3070
+ "hiddenAliases": [],
3071
+ "id": "devenv:project:uninit",
3072
+ "pluginAlias": "hereya-cli",
3073
+ "pluginName": "hereya-cli",
3074
+ "pluginType": "core",
3075
+ "strict": true,
3076
+ "enableJsonFlag": false,
3077
+ "isESM": true,
3078
+ "relativePath": [
3079
+ "dist",
3080
+ "commands",
3081
+ "devenv",
3082
+ "project",
3083
+ "uninit",
3084
+ "index.js"
3085
+ ]
3086
+ },
3087
3087
  "workspace:env:set": {
3088
3088
  "aliases": [],
3089
3089
  "args": {},
@@ -3199,24 +3199,11 @@
3199
3199
  "index.js"
3200
3200
  ]
3201
3201
  },
3202
- "workspace:executor:install": {
3202
+ "workspace:executor:token": {
3203
3203
  "aliases": [],
3204
3204
  "args": {},
3205
- "description": "Install a remote executor into a workspace",
3205
+ "description": "Generate a workspace-scoped executor token for the remote executor",
3206
3206
  "flags": {
3207
- "debug": {
3208
- "description": "enable debug mode",
3209
- "name": "debug",
3210
- "allowNo": false,
3211
- "type": "boolean"
3212
- },
3213
- "force": {
3214
- "char": "f",
3215
- "description": "force reinstall even if executor is already installed",
3216
- "name": "force",
3217
- "allowNo": false,
3218
- "type": "boolean"
3219
- },
3220
3207
  "token": {
3221
3208
  "description": "Ephemeral cloud access token used for this invocation only. Held in memory; never written to the keychain or `~/.hereya/secrets/`. Takes precedence over the HEREYA_TOKEN environment variable.",
3222
3209
  "name": "token",
@@ -3237,7 +3224,7 @@
3237
3224
  },
3238
3225
  "hasDynamicHelp": false,
3239
3226
  "hiddenAliases": [],
3240
- "id": "workspace:executor:install",
3227
+ "id": "workspace:executor:token",
3241
3228
  "pluginAlias": "hereya-cli",
3242
3229
  "pluginName": "hereya-cli",
3243
3230
  "pluginType": "core",
@@ -3249,15 +3236,28 @@
3249
3236
  "commands",
3250
3237
  "workspace",
3251
3238
  "executor",
3252
- "install",
3239
+ "token",
3253
3240
  "index.js"
3254
3241
  ]
3255
3242
  },
3256
- "workspace:executor:token": {
3243
+ "workspace:executor:install": {
3257
3244
  "aliases": [],
3258
3245
  "args": {},
3259
- "description": "Generate a workspace-scoped executor token for the remote executor",
3246
+ "description": "Install a remote executor into a workspace",
3260
3247
  "flags": {
3248
+ "debug": {
3249
+ "description": "enable debug mode",
3250
+ "name": "debug",
3251
+ "allowNo": false,
3252
+ "type": "boolean"
3253
+ },
3254
+ "force": {
3255
+ "char": "f",
3256
+ "description": "force reinstall even if executor is already installed",
3257
+ "name": "force",
3258
+ "allowNo": false,
3259
+ "type": "boolean"
3260
+ },
3261
3261
  "token": {
3262
3262
  "description": "Ephemeral cloud access token used for this invocation only. Held in memory; never written to the keychain or `~/.hereya/secrets/`. Takes precedence over the HEREYA_TOKEN environment variable.",
3263
3263
  "name": "token",
@@ -3278,7 +3278,7 @@
3278
3278
  },
3279
3279
  "hasDynamicHelp": false,
3280
3280
  "hiddenAliases": [],
3281
- "id": "workspace:executor:token",
3281
+ "id": "workspace:executor:install",
3282
3282
  "pluginAlias": "hereya-cli",
3283
3283
  "pluginName": "hereya-cli",
3284
3284
  "pluginType": "core",
@@ -3290,7 +3290,7 @@
3290
3290
  "commands",
3291
3291
  "workspace",
3292
3292
  "executor",
3293
- "token",
3293
+ "install",
3294
3294
  "index.js"
3295
3295
  ]
3296
3296
  },
@@ -3342,5 +3342,5 @@
3342
3342
  ]
3343
3343
  }
3344
3344
  },
3345
- "version": "0.86.1"
3345
+ "version": "0.86.2"
3346
3346
  }