mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-16 05:30:51 -05:00
Compare commits
2 Commits
v2.0.0-dev
...
2.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
655a149f48 | ||
|
|
3867305a2e |
@@ -113,7 +113,7 @@ So in v1 Action:
|
||||
await komodo.write("CreateTerminal", {
|
||||
server: "my-server",
|
||||
name: "my-terminal",
|
||||
command: "sh",
|
||||
command: "bash",
|
||||
recreate: "Always",
|
||||
});
|
||||
await komodo.execute_terminal(
|
||||
@@ -131,7 +131,7 @@ await komodo.execute_server_terminal(
|
||||
server: "my-server",
|
||||
terminal: "my-terminal",
|
||||
command: "ls -l",
|
||||
init: { command: "sh", recreate: "Always" },
|
||||
init: { command: "bash", recreate: "Always" },
|
||||
},
|
||||
{ onLine: (line) => console.log(line) },
|
||||
);
|
||||
|
||||
@@ -80,9 +80,7 @@ export const DeploymentComponents: RequiredResourceComponents<
|
||||
];
|
||||
},
|
||||
|
||||
Description: () => (
|
||||
<>Connect deployments for alerting, building, and deploying.</>
|
||||
),
|
||||
Description: () => <>Deploy individual containers and swarm services.</>,
|
||||
|
||||
New: (props) => <NewResourceWithDeployTarget type="Deployment" {...props} />,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user