@@ -376,11 +376,11 @@ It implements support for both frontend (browser e.g. angular, react...) and bac
376376| --- | --- | --- |
377377| Device Management | :heavy_check_mark : | :heavy_check_mark : |
378378| Device Status | :heavy_check_mark : | :heavy_check_mark : |
379- | Deployment Workflow | | |
380- | Device Configuration | | |
381- | Edge App Deployment | | |
382- | Edge App Instance Management | | |
383- | Firmware Deployment | | |
379+ | Deployment Workflow | : heavy_check_mark : | : heavy_check_mark : |
380+ | Device Configuration | : heavy_check_mark : | : heavy_check_mark : |
381+ | Edge App Deployment | : heavy_check_mark : | : heavy_check_mark : |
382+ | Edge App Instance Management | : heavy_check_mark : | : heavy_check_mark : |
383+ | Firmware Deployment | : heavy_check_mark : | : heavy_check_mark : |
384384
385385### Semantic Data Interconnect
386386
@@ -495,30 +495,25 @@ Options:
495495
496496Commands:
497497 onboard|ob [options] onboard the agent with configuration stored in the config file
498- configure-agent|co [options] create data source configuration and mappings (optional:
499- passkey) *
498+ configure-agent|co [options] create data source configuration and mappings (optional: passkey) *
500499 agent-token|atk [options] displays the agent token for use in other tools (e.g. postman)
501- upload-timeseries|ts [options] parse .csv file with timeseriesdata and upload the timeseries data to
502- mindsphere
503- upload-file|uf [options] upload the file to the mindsphere file service (optional:
504- passkey) *
500+ upload-timeseries|ts [options] parse .csv file with timeseriesdata and upload the timeseries data to mindsphere
501+ upload-file|uf [options] upload the file to the mindsphere file service (optional: passkey) *
505502 create-event|ce [options] create an event in the mindsphere (optional: passkey) *
506503 agent-status|as [options] displays the agent status and agent onboarding status *
507504 create-agent|ca [options] create an agent in the mindsphere *
508505 offboard-agent|of [options] offboards the agent in the mindsphere *
509506 renew-agent|rn [options] renews the agent secrets *
510- service-credentials|sc [options] provide login for commands which require technical user credentials
511- *
507+ service-credentials|sc [options] provide login for commands which require technical user credentials *
512508 service-token|stk [options] displays the service token for use in other tools (e.g. postman) *
513509 register-diagnostic|rd [options] register agent for diagnostic *
514510 get-diagnostic|gd [options] get diagnostic information *
515511 unregister-diagnostic|ud [options] unregister agent from diagnostic *
516512 prepare-bulk|pb [options] creates a template directory for timeseries (bulk) upload *
517- run-bulk|rb [options] runs the timeseries (bulk) upload job from <directoryname> directory
518- *
519- check-bulk|cb [options] checks the progress of the upload jobs from <directoryname> directory
520- *
513+ run-bulk|rb [options] runs the timeseries (bulk) upload job from <directoryname> directory *
514+ check-bulk|cb [options] checks the progress of the upload jobs from <directoryname> directory *
521515 download-bulk|db [options] download the timeseries data in bulk from mindsphere *
516+ asset-lock|lck [options] lock/unlock asset model modifications *
522517 asset-info|ai [options] get infos about asset *
523518 assets|ast [options] list, create or delete assets *
524519 asset-types|at [options] list, create or delete asset types *
@@ -528,9 +523,13 @@ Commands:
528523 events-bulk|dn [options] download or delete the events in bulk *
529524 aggregates|ag [options] list timeseries aggregates *
530525 notifications|nt [options] send email, sms and push notifications *
531- device-types|dt [options] list, create or delete device types (open edge) *
532- devices|dv [options] list, create or delete (open edge) devices *
533- device-status|ds [options] list, get, or update (open edge) device status information *
526+ oe-device-types|oedt [options] list, create or delete device types (open edge) *
527+ oe-devices|oed [options] list, create or delete (open edge) devices *
528+ oe-device-status|oeds [options] list, get, or update (open edge) device status information *
529+ oe-app-inst|oeai [options] list, create, configure or delete app instance (open edge) *
530+ oe-app-deploy|oead [options] list, create, update app installation task(s) (open edge) *
531+ oe-deploy-workflow|oedw [options] list, create/instantiate, update or delete/cancel workflow deployment model or instance(s) (open edge) *
532+ oe-firm-deploy|oefd [options] list, create, update firmware deployment task(s) (open edge) *
534533 tenant|ti [options] create or delete tenant legal configuration and logo *
535534 subtenants|st [options] list, create or delete subtenants *
536535 list-assets|la [options] list assets in the tenant *
@@ -562,11 +561,9 @@ Commands:
562561 models|ml [options] list, create or delete analytic models *
563562 jobs|jb [options] list, create or stop jobs *
564563 schedules|js [options] list, create, start, stop or delete job schedules *
565- data-exchange|dx [options] list, upload, download and manage data exchange files and directories
566- *
564+ data-exchange|dx [options] list, upload, download and manage data exchange files and directories *
567565 anomaly-detection|ad [options] train anomaly detection models and detect timeseries anomalies *
568- dev-proxy|px [options] starts mindsphere development proxy & (optional passkey)
569- *
566+ dev-proxy|px [options] starts mindsphere development proxy & (optional passkey) *
570567 mqtt-createjwt|jw [options] creates a signed token for opcua pub sub authentication #
571568 starter-ts|st [options] creates a starter project in typescript #
572569 starter-js|sj [options] creates a starter project in javascript #
@@ -581,7 +578,6 @@ Commands:
581578 the yellow colored commands & use borrowed mindsphere application cookies
582579 the credentials and cookies should only be used in secure environments
583580 Full documentation: https://opensource.mindsphere.io
584-
585581```
586582
587583## MindSphere Development Proxy
0 commit comments