dsh-std
No description available.
File Explorer
- config.json
- README.md
- release.yml
- adapter-dsh.zh.md
- agent.zh.md
- command.zh.md
- composition.zh.md
- conformance.zh.md
- connection-wire.zh.md
- content.zh.md
- core.zh.md
- endpoint-connection.zh.md
- events.zh.md
- lifecycle.zh.md
- manifest.zh.md
- message-observer.zh.md
- model.zh.md
- permission.zh.md
- presentation.zh.md
- provenance.zh.md
- README.zh.md
- sdk.zh.md
- session.zh.md
- storage.zh.md
- tool.zh.md
- ui-browser.zh.md
- ui-contribution.zh.md
- version-compatibility.zh.md
- workspace.zh.md
- architecture.md
- architecture.zh.md
- binary-fs.ts
- client.ts
- index.ts
- profile-loader.ts
- typert.ts
- adapter.spec.ts
- client.spec.ts
- CHANGELOG.md
- cordis.patch.yml
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- command.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- composition.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- broker.ts
- connection.ts
- endpoint.ts
- index.ts
- memory.ts
- model.ts
- resolve.ts
- rpc.ts
- connection.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- negotiation.ts
- protocol.ts
- version.ts
- core.spec.ts
- version.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- lifecycle.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- dsh-plugin-0.15.schema.json
- index.ts
- manifest.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- message-observer-envelope-0.15.schema.json
- index.ts
- messages.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- model.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- CHANGELOG.md
- index.d.ts
- index.js
- LICENSE
- package.json
- README.md
- README.zh.md
- callback.ts
- index.ts
- interaction.ts
- operations.ts
- presentation.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- sdk.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- session.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- local-storage-0.15.schema.json
- index.ts
- storage.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- tool.spec.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- README.zh.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- ui.spec.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsdown.config.ts
- index.ts
- ui-browser.spec.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- tsdown.config.ts
- catalog.ts
- index.ts
- negotiation.ts
- sessions.ts
- workspace.spec.ts
- CHANGELOG.md
- package.json
- tsconfig.json
- tsdown.config.ts
- README.md
- README.zh.md
- check-changelogs.mjs
- .gitignore
- AGENTS.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- README.zh.md
- tsconfig.base.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
kind
View Details ▼
kind
Run local Kubernetes clusters using Docker container "nodes".
Designed for testing Kubernetes itself, but may be used for local development or continuous integration.
kind create cluster --name {{cluster_name}}
Create a local Kubernetes cluster:
kind delete clusters {{cluster_name}}
Delete one or more clusters:
kind get {{clusters|nodes|kubeconfig}}
Get details about clusters, nodes, or the kubeconfig:
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
