@dboio/cli 0.20.3 → 0.20.5

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.
Files changed (24) hide show
  1. package/package.json +1 -1
  2. package/plugins/claude/dbo/.claude-plugin/plugin.json +1 -1
  3. package/plugins/claude/dbo/docs/dbo-cli-readme.md +234 -64
  4. package/plugins/claude/track/.claude-plugin/plugin.json +1 -1
  5. package/src/commands/clone.js +43 -0
  6. package/plugins/claude/dbo/docs/_audit_required/API/all.md +0 -40
  7. package/plugins/claude/dbo/docs/_audit_required/API/app.md +0 -38
  8. package/plugins/claude/dbo/docs/_audit_required/API/athenticate.md +0 -26
  9. package/plugins/claude/dbo/docs/_audit_required/API/cache.md +0 -29
  10. package/plugins/claude/dbo/docs/_audit_required/API/content.md +0 -14
  11. package/plugins/claude/dbo/docs/_audit_required/API/data_source.md +0 -28
  12. package/plugins/claude/dbo/docs/_audit_required/API/email.md +0 -18
  13. package/plugins/claude/dbo/docs/_audit_required/API/input.md +0 -25
  14. package/plugins/claude/dbo/docs/_audit_required/API/instance.md +0 -28
  15. package/plugins/claude/dbo/docs/_audit_required/API/log.md +0 -8
  16. package/plugins/claude/dbo/docs/_audit_required/API/media.md +0 -12
  17. package/plugins/claude/dbo/docs/_audit_required/API/output_by_entity.md +0 -12
  18. package/plugins/claude/dbo/docs/_audit_required/API/upload.md +0 -7
  19. package/plugins/claude/dbo/docs/_audit_required/dbo-api-syntax.md +0 -1487
  20. package/plugins/claude/dbo/docs/_audit_required/dbo-problems-code.md +0 -111
  21. package/plugins/claude/dbo/docs/_audit_required/dbo-problems-performance.md +0 -109
  22. package/plugins/claude/dbo/docs/_audit_required/dbo-problems-syntax.md +0 -97
  23. package/plugins/claude/dbo/docs/_audit_required/dbo-product-market.md +0 -119
  24. package/plugins/claude/dbo/docs/_audit_required/dbo-white-paper.md +0 -125
@@ -1,28 +0,0 @@
1
- # Data Source
2
-
3
-
4
-
5
- ## URL Endpoints
6
-
7
- - api/data_source/metadata/synchronize/in/{dataSourceUidOrShortName}
8
- - api/data_source/metadata/synchronize/out/{dataSourceUidOrShortName}
9
- - api/data_source/metadata/synchronize/{dataSourceUidOrShortName}
10
- - api/data_source/migrate/core/{num}
11
-
12
- ## Parameters
13
-
14
- | Parameter | Description |
15
- | ------------------------------------- | ------------------------------------------------------------ |
16
- | _include_data_source_uids | When synchronizing a data source, this parameter can specify a comma-separated list of data source UIDs that need to be included in the synchronization process for foreign key resolution |
17
- | _entity_column_updates | When synchronizing a data source, this parameter can specify a value that indicates to perform any updates encountered for entity column metadata. It can be the literal value "entity_column" (which indicates that ALL entity_column metadata updates should be executed), or it can be a comma-separated list of entity column UIDs (ie. "entity_column.NotNull,entity_column.DefaultValue"). This is ALSO used for /api/media/metadata/apply, to specify which entity columns to apply any applicable updates to. |
18
- | _tables | Instead of trying to synchronize ALL tables from an external data source, a comma-separated list of physical table names can be included with this parameter. Can be "_all", defaults to NONE! SAME AS _entities parameter! |
19
- | _entities | Instead of trying to synchronize ALL tables from an external data source, a comma-separated list of entity.PhysicalNames can be included with this parameter. Can be "_all", defaults to NONE! SAME AS _tables parameter! |
20
- | _columns | Use to provide a comma-separated list of physical column names to include in synchronization. Defaults to "_all", but restricted to tables included! SAME AS _entity_column parameter! |
21
- | _entity_columns | Use to provide a comma-separated list of physical column names to include in synchronization. Defaults to "_all", but restricted to tables included! SAME AS _columns parameter! |
22
- | _attributes | Use to provide a comma-separated list of attributes (columns of entity_column) to include in synchronization. Defaults to "_all", but restricted to tables/columns included! |
23
- | _db_timeout_seconds | Request parameter to indicate a custom db timeout |
24
- | _no_transaction | Request parameter to indicate that a transaction should NOT be used |
25
- | _no_db_ops | Request parameter to indicate that db ops should not be executed for the given request |
26
- | _protect_after | Request parameter to indicate a date/time that specifies a date/time to check for overwrite protection |
27
- | _skip_auto_update_columns_LastUpdated | When this is truthy, then we will not update any _LastUpdated auto-update columns that are usually set automatically |
28
- | _skip_minimum_content_uid_length | When this is truthy, we'll skip the validation that says contents must be less than 5 characters |
@@ -1,18 +0,0 @@
1
- # Email
2
-
3
- ## URL Endpoints
4
-
5
- - api/content/email/{uid}
6
- - api/message/content/{uid}
7
- - api/message/receive/{messageServerUid}
8
- - api/message/c/{messageServerUid}
9
-
10
- ### Shorter versions
11
-
12
- `content` can be shortened to `c`
13
-
14
- `message` can be shortened to `m`
15
-
16
- `receive` can be shortened to `r`
17
-
18
- ## Parameters
@@ -1,25 +0,0 @@
1
- # Input
2
-
3
-
4
-
5
- ## URL Endpoint
6
-
7
- - api/input/submit
8
-
9
- ## Parameters
10
-
11
- | Parameter | Description |
12
- | ------------------------------------- | ------------------------------------------------------------ |
13
- | _input_field_delimiter | Can be used to indicate a custom field delimiter on an input submission |
14
- | _input_descriptor_delimiter | Can be used to indicate a custom descriptor delimiter on an input submission |
15
- | _media_filename_suffix | Key used to automatically append a suffix to a media file uploaded (if value is 'uid', will use the UID of the media) |
16
- | _root | DEPRECATED/UNUSED? Can be used to indicate a custom root directory for a media upload |
17
- | _media_server_uid | Key used to specify a media server to use with entity API submission, if there are multiple media_server records associated to the entity (media_server.UID) |
18
- | _media_server_id | Key used to specify a media server to use with entity API submission, if there are multiple media_server records associated to the entity (media_server.MediaServerID) |
19
- | _download | Key used to force download, instead of inline browser display |
20
- | _db_timeout_seconds | Request parameter to indicate a custom db timeout |
21
- | _no_transaction | Request parameter to indicate that a transaction should NOT be used |
22
- | _no_db_ops | Request parameter to indicate that db ops should not be executed for the given request |
23
- | _protect_after | Request parameter to indicate a date/time that specifies a date/time to check for overwrite protection |
24
- | _skip_auto_update_columns_LastUpdated | When this is truthy, then we will not update any _LastUpdated auto-update columns that are usually set automatically |
25
- | _skip_minimum_content_uid_length | When this is truthy, we'll skip the validation that says contents must be less than 5 characters |
@@ -1,28 +0,0 @@
1
- # Instance
2
-
3
-
4
-
5
- ## URL Endpoints
6
-
7
- - api/instance/debug
8
- - api/instance/export
9
- - api/instance/import
10
- - api/instance/generate/{accountUid}
11
- - api/instance/build/{instanceUid}
12
-
13
-
14
-
15
- ## Parameters
16
-
17
- | Parameter | Description |
18
- | ------------------- | ------------------------------------------------------------ |
19
- | _no_ddl | [InstanceGenerator] When truthy, the DDL portion of instance generation will be skipped |
20
- | _pk_override | When truthy, allows setting a value for a primary key value |
21
- | _skip_control_data | [InstanceGenerator] When truthy, the Control data portion of instance generation will be skipped |
22
- | _skip_baseline | [InstanceGenerator] When truthy, the core baseline portion of instance generation will be skipped |
23
- | _skip_migrations | [InstanceGenerator] When truthy, the core migrations portion of instance generation will be skipped |
24
- | _skip_core_data | [InstanceGenerator] When truthy, the core data portion of instance generation will be skipped |
25
- | _model_url | Request parameter that can be used to specify a url to a model to build with |
26
- | _model | Request parameter that can be used to specify a zip package for the model to build with |
27
- | _skip_non_core_data | Request parameter to skip non-core data when exporting an instance |
28
- | _callback_url | Request parameter to provide a callback URL (for an offline operation) |
@@ -1,8 +0,0 @@
1
- # Log
2
-
3
- ## URL Endpoints
4
-
5
- - api/log/request/parse
6
-
7
- ## Parameters
8
-
@@ -1,12 +0,0 @@
1
- # Media
2
-
3
- ## URL Endpoints
4
-
5
- - api/media/metadata/debug
6
- - api/media/metadata/apply
7
- - api/media/id/`{id}`
8
- - api/media/`{uid}`
9
- - dir/`{*path}`
10
- - ext/`{mediaServerUid}`/`{rowId}`
11
-
12
- ## Parameters
@@ -1,12 +0,0 @@
1
- # Output by Entity
2
-
3
- ## URL Endpoints
4
-
5
- - api/output/entity/`{entityUid}`/`{rowId}`
6
- - api/output/entity/`{entityUid}`
7
-
8
- `output` can be shortened to `o`
9
-
10
- `entity` can be shortened to `e`
11
-
12
- ## Parameters
@@ -1,7 +0,0 @@
1
- # Upload
2
-
3
- ## URL Endpoints
4
-
5
- - api/upload/submit
6
-
7
- ## Parameters