underpost 2.8.818 → 2.8.832

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.
@@ -6,7 +6,6 @@
6
6
  "eamodio.gitlens",
7
7
  "esbenp.prettier-vscode",
8
8
  "formulahendry.code-runner",
9
- "foxundermoon.shell-format",
10
9
  "github.codespaces",
11
10
  "github.vscode-github-actions",
12
11
  "golang.go",
@@ -31,6 +30,7 @@
31
30
  "scala-lang.scala",
32
31
  "scala-lang.scala-snippets",
33
32
  "scalameta.metals",
33
+ "shakram02.bash-beautify",
34
34
  "shardulm94.trailing-spaces",
35
35
  "streetsidesoftware.code-spell-checker",
36
36
  "tamasfe.even-better-toml",
@@ -81,50 +81,7 @@
81
81
  "[xml]": {
82
82
  "editor.defaultFormatter": "redhat.vscode-xml"
83
83
  },
84
- "docwriter.style": "Auto-detect",
85
- "docwriter.progress.trackFunctions": false,
86
- "docwriter.progress.trackMethods": false,
87
- "files.exclude": {
88
- "**/.git": true, // this is a default value
89
- "**/.DS_Store": true, // this is a default value
90
84
 
91
- "**/node_modules": true, // this excludes all folders
92
- // named "node_modules" from
93
- // the explore tree
94
-
95
- // alternative version
96
- "node_modules": true, // this excludes the folder
97
- // only from the root of
98
- // your workspace
99
- "public": true,
100
- "engine-private": true,
101
- "conf": true,
102
- "tmp": true,
103
- "bkt": true,
104
- "logs": true,
105
- "build": true,
106
- "coverage": true,
107
- "prometheus_data": true,
108
- "grafana_data": true,
109
- ".nyc_output": true
110
- },
111
- "[solidity]": {
112
- "editor.defaultFormatter": "JuanBlanco.solidity"
113
- },
114
- "[dockerfile]": {
115
- "editor.defaultFormatter": "foxundermoon.shell-format"
116
- },
117
- "[ignore]": {
118
- "editor.defaultFormatter": "foxundermoon.shell-format"
119
- },
120
- "docwriter.progress.trackTypes": true,
121
- "docwriter.hotkey.mac": "⌘ + .",
122
- "[dotenv]": {
123
- "editor.defaultFormatter": "foxundermoon.shell-format"
124
- },
125
- "[shellscript]": {
126
- "editor.defaultFormatter": "foxundermoon.shell-format"
127
- },
128
85
  "files.watcherExclude": {
129
86
  "**/target": true
130
87
  }
package/README.md CHANGED
@@ -68,7 +68,7 @@ Run dev client server
68
68
  npm run dev
69
69
  ```
70
70
  <!-- -->
71
- ## underpost ci/cd cli v2.8.818
71
+ ## underpost ci/cd cli v2.8.832
72
72
 
73
73
  ### Usage: `underpost [options] [command]`
74
74
  ```
@@ -98,8 +98,9 @@ Commands:
98
98
  fs [options] [path] Manages file storage, defaulting to file upload operations.
99
99
  test [options] [deploy-list] Manages and runs tests, defaulting to the current Underpost default test suite.
100
100
  monitor [options] <deploy-id> [env] Manages health server monitoring for specified deployments.
101
+ run [options] [path] Runs a script from the specified path.
101
102
  lxd [options] Manages LXD containers and virtual machines.
102
- baremetal [options] Manages baremetal server operations, including installation, database setup, and user management.
103
+ baremetal [options] [workflow-id] [hostname] [ip-address] Manages baremetal server operations, including installation, database setup, commissioning, and user management.
103
104
  help [command] display help for command
104
105
 
105
106
  ```