diff --git a/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog.md b/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog.md index d92641ff9..9b7c3f930 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog.md +++ b/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog.md @@ -19,6 +19,8 @@ Get information about the activity log ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Get information about the activity log -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog_list.md b/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog_list.md index ea8b6c204..1c1741dd2 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/activitylog/c8y_activitylog_list.md @@ -43,6 +43,8 @@ Get the top 5 slowest response times from POST requests. ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Get the top 5 slowest response times from POST requests. -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents.md index 4eb4538c7..fde88408c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity agents ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity agents -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_create.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_create.md index 5ff44556b..91c232f0f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_create.md @@ -42,6 +42,8 @@ Create agent with custom properties ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create agent with custom properties -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_delete.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_delete.md index 5c4e807f4..8ea311d82 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_delete.md @@ -43,6 +43,8 @@ Delete agent and related device user/credentials ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Delete agent and related device user/credentials -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_get.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_get.md index 4ba6a568a..5caa4392d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_get.md @@ -32,6 +32,8 @@ Get agent by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get agent by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_list.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_list.md index 1795f98ee..9a6e87220 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_list.md @@ -44,6 +44,8 @@ Find an agent by name, then find other agents which the same type ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -60,9 +62,11 @@ Find an agent by name, then find other agents which the same type -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_update.md b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_update.md index 92c36d6f2..a7e7b0485 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/agents/c8y_agents_update.md @@ -37,6 +37,8 @@ Update agent by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Update agent by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert.md index febb50f95..4f785aace 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert.md @@ -19,6 +19,8 @@ Assertions related to Cumulocity alarms ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Assertions related to Cumulocity alarms -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert_count.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert_count.md index 19fdf4da8..13db22b6e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert_count.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/assert/c8y_alarms_assert_count.md @@ -62,6 +62,8 @@ $ c8y devices list | c8y alarms assert count --maximum 0 --dateFrom -7d ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -78,9 +80,11 @@ $ c8y devices list | c8y alarms assert count --maximum 0 --dateFrom -7d -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms.md index 9532be38f..f1b152ffa 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity alarms ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity alarms -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_create.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_create.md index 1f3b115f5..ef9080a6a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_create.md @@ -41,6 +41,8 @@ Create a new alarm for device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Create a new alarm for device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_deleteCollection.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_deleteCollection.md index 212b3e80b..5e18ad2b7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_deleteCollection.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_deleteCollection.md @@ -44,6 +44,8 @@ Remove alarms on the device which are active and created in the last 10 minutes ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -60,9 +62,11 @@ Remove alarms on the device which are active and created in the last 10 minutes -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_get.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_get.md index 07ddb2675..80c7067e5 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_get.md @@ -32,6 +32,8 @@ Get alarm ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get alarm -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_list.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_list.md index 0a1139904..e24765dc4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_list.md @@ -43,6 +43,8 @@ Get collection of active alarms which occurred in the last 10 minutes ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Get collection of active alarms which occurred in the last 10 minutes -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_subscribe.md index de2f93bf4..f06fb17a9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_subscribe.md @@ -41,6 +41,8 @@ Subscribe to alarms (in realtime) for all devices, and stop after receiving 10 a ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Subscribe to alarms (in realtime) for all devices, and stop after receiving 10 a -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_update.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_update.md index 07a6c03d5..1e3bb649c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_update.md @@ -42,6 +42,8 @@ Update severity of an existing alarm to CRITICAL ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update severity of an existing alarm to CRITICAL -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_updateCollection.md b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_updateCollection.md index 02752ec1c..3e26c98fc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_updateCollection.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alarms/c8y_alarms_updateCollection.md @@ -42,6 +42,8 @@ Update the status of all active alarms on a device to ACKNOWLEDGED ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update the status of all active alarms on a device to ACKNOWLEDGED -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias.md b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias.md index 0762ce6f7..cfe1dbb5d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias.md @@ -21,6 +21,8 @@ Run "c8y help alias set" to learn more. ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -37,9 +39,11 @@ Run "c8y help alias set" to learn more. -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_delete.md b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_delete.md index e8e22f370..bc4abd109 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_delete.md @@ -19,6 +19,8 @@ c8y alias delete [flags] ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ c8y alias delete [flags] -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_list.md b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_list.md index 011906ffa..3fc8af224 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_list.md @@ -24,6 +24,8 @@ c8y alias list [flags] ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -40,9 +42,11 @@ c8y alias list [flags] -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_set.md b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_set.md index 77179430e..bcdc10d2f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_set.md +++ b/docs/go-c8y-cli/docs/cli/c8y/alias/c8y_alias_set.md @@ -56,6 +56,8 @@ $ c8y findInAudit deleted ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -72,9 +74,11 @@ $ c8y findInAudit deleted -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/api/c8y_api.md b/docs/go-c8y-cli/docs/cli/c8y/api/c8y_api.md index 30ed53716..3cefb6d8d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/api/c8y_api.md +++ b/docs/go-c8y-cli/docs/cli/c8y/api/c8y_api.md @@ -64,6 +64,8 @@ a template to also build the request's body from the piped input data. ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -80,9 +82,11 @@ a template to also build the request's body from the piped input data. -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications.md index ef4106461..ffa318127 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity applications ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity applications -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_copy.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_copy.md index e0af6097e..ca7d43f3b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_copy.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_copy.md @@ -38,6 +38,8 @@ Copy an existing application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Copy an existing application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_create.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_create.md index d4e4d2824..943678216 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_create.md @@ -44,6 +44,8 @@ Create a new hosted application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -60,9 +62,11 @@ Create a new hosted application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createBinary.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createBinary.md index 7f5df3dfb..65d262f8a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createBinary.md @@ -39,6 +39,8 @@ Upload application microservice binary ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Upload application microservice binary -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createHostedApplication.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createHostedApplication.md index ffb943ef1..b1a217353 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createHostedApplication.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_createHostedApplication.md @@ -48,6 +48,8 @@ Create/update hosted web application but don't activate it, so the current versi ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -64,9 +66,11 @@ Create/update hosted web application but don't activate it, so the current versi -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_delete.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_delete.md index 95a60e865..f42576308 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_delete.md @@ -36,6 +36,8 @@ Delete an application by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Delete an application by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_deleteApplicationBinary.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_deleteApplicationBinary.md index 859bbc752..51b3cf0df 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_deleteApplicationBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_deleteApplicationBinary.md @@ -36,6 +36,8 @@ Remove an application binary related to a Hosted (web) application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Remove an application binary related to a Hosted (web) application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_get.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_get.md index 938298a34..a0fe083d3 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_get.md @@ -32,6 +32,8 @@ Get an application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get an application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_list.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_list.md index e0810a390..9a4bdb792 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_list.md @@ -32,6 +32,8 @@ Get applications ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get applications -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_listApplicationBinaries.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_listApplicationBinaries.md index 657128897..d4a9d6b4c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_listApplicationBinaries.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_listApplicationBinaries.md @@ -33,6 +33,8 @@ List all of the binaries related to a Hosted (web) application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ List all of the binaries related to a Hosted (web) application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_update.md b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_update.md index eb11acf60..2a8638065 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/applications/c8y_applications_update.md @@ -44,6 +44,8 @@ Update application availability to MARKET ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -60,9 +62,11 @@ Update application availability to MARKET -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords.md b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords.md index c116b1019..2216204ba 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords.md +++ b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity auditRecords ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity auditRecords -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_create.md b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_create.md index ef3c366eb..5822c27d9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_create.md @@ -43,6 +43,8 @@ Create an audit record for a custom managed object update ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Create an audit record for a custom managed object update -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_get.md b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_get.md index 70136972a..24f72a13c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_get.md @@ -32,6 +32,8 @@ Get an audit record by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get an audit record by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_list.md b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_list.md index ad64b6e90..673f77fba 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/auditrecords/c8y_auditrecords_list.md @@ -39,6 +39,8 @@ Get a list of audit records ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Get a list of audit records -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries.md index a9f046a76..95f8c20ae 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity binaries ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity binaries -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_create.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_create.md index 8f8ec0d2d..66a1b8c09 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_create.md @@ -40,6 +40,8 @@ Upload a config file and make it globally accessible for all users ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ Upload a config file and make it globally accessible for all users -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_delete.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_delete.md index 71017f8a6..063be85c8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_delete.md @@ -33,6 +33,8 @@ Delete a binary ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete a binary -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_get.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_get.md index 6a61a72c4..cafab3856 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_get.md @@ -36,6 +36,8 @@ Get a binary and save it to a file ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get a binary and save it to a file -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_list.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_list.md index 538612d9a..de2702d5c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_list.md @@ -32,6 +32,8 @@ Get a list of binaries ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of binaries -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_update.md b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_update.md index 8d30ad660..bdd6bdd76 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/binaries/c8y_binaries_update.md @@ -35,6 +35,8 @@ Update an existing binary file ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Update an existing binary file -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations.md index de81c1366..3267322e0 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity bulk operations ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity bulk operations -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_create.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_create.md index 6fcc65170..7f8d3ec73 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_create.md @@ -42,6 +42,8 @@ Create bulk operation for a group (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create bulk operation for a group (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_delete.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_delete.md index dc51647e6..0cae166c6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_delete.md @@ -33,6 +33,8 @@ Remove bulk operation by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Remove bulk operation by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_get.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_get.md index f423f004c..2fb38be2b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_get.md @@ -32,6 +32,8 @@ Get bulk operation by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get bulk operation by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_list.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_list.md index f2f73b017..bb275fd3a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_list.md @@ -41,6 +41,8 @@ Get a list of bulk operations in the general status SCHEDULED or EXECUTING ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Get a list of bulk operations in the general status SCHEDULED or EXECUTING -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_listOperations.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_listOperations.md index c1d78de6f..3c3fb5fca 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_listOperations.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_listOperations.md @@ -42,6 +42,8 @@ Check all bulk operations if they have any related operations still in executing ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Check all bulk operations if they have any related operations still in executing -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_update.md b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_update.md index 7cbf1fd01..450549374 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/bulkoperations/c8y_bulkoperations_update.md @@ -37,6 +37,8 @@ Update an bulk operation ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Update an bulk operation -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/c8y/c8y.md b/docs/go-c8y-cli/docs/cli/c8y/c8y/c8y.md index ca14dc0b1..89dfffbf4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/c8y/c8y.md +++ b/docs/go-c8y-cli/docs/cli/c8y/c8y/c8y.md @@ -22,6 +22,8 @@ $ c8y operations list --device myDeviceName ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -39,9 +41,11 @@ $ c8y operations list --device myDeviceName -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" -h, --help help for c8y --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache.md b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache.md new file mode 100644 index 000000000..406a30ca9 --- /dev/null +++ b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache.md @@ -0,0 +1,70 @@ +--- +category: cache +title: c8y cache +--- +Local cache management + +### Synopsis + +Commands to manage the local cache, i.e. to cleanup the cache or refresh it + +### Options + +``` + -h, --help help for cache +``` + +### Options inherited from parent commands + +``` + --abortOnErrors int Abort batch when reaching specified number of errors (default 10) + --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") + -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal + --confirm Prompt for confirmation + --confirmText string Custom confirmation text + --currentPage int Current page which should be returned + --customQueryParam strings add custom URL query parameters. i.e. --customQueryParam 'withCustomOption=true,myOtherOption=myvalue' + --debug Set very verbose log messages + --delay string delay after each request, i.e. 5ms, 1.2s (default "0ms") + --delayBefore string delay before each request, i.e. 5ms, 1.2s (default "0ms") + --dry Dry run. Don't send any data to the server + --dryFormat string Dry run output format. i.e. json, dump, markdown or curl (default "markdown") + --examples Show examples for the current command + --filter strings Apply a client side filter to response before returning it to the user + --flatten flatten json output by replacing nested json properties with properties where their names are represented by dot notation + -f, --force Do not prompt for confirmation. Ignored when using --confirm + -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" + --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL + -l, --logMessage string Add custom message to the activity log + --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) + --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) + -M, --noColor Don't use colors when displaying log entries on the console + --noLog Disables the activity log for the current command + --noProxy Ignore the proxy settings + -n, --nullInput Don't read the input (stdin). Useful if using in shell for/while loops + -o, --output string Output format i.e. table, json, csv, csvheader (default "table") + --outputFile string Save JSON output to file (after select/view) + --outputFileRaw string Save raw response to file (before select/view) + -p, --pageSize int Maximum results per page (default 5) + --progress Show progress bar. This will also disable any other verbose output + --proxy string Proxy setting, i.e. http://10.0.0.1:8080 + -r, --raw Show raw response. This mode will force output=json and view=off + --select stringArray Comma separated list of properties to return. wildcards and globstar accepted, i.e. --select 'id,name,type,**.serialNumber' + --session string Session configuration + -P, --sessionPassword string Override session password + -U, --sessionUsername string Override session username. i.e. peter or t1234/peter (with tenant) + --silentExit Silent status codes do not affect the exit code + --silentStatusCodes string Status codes which will not print out an error message + --timeout string Request timeout duration, i.e. 60s, 2m (default "60s") + --totalPages int Total number of pages to get + -v, --verbose Verbose logging + --view string Use views when displaying data on the terminal. Disable using --view off (default "auto") + --withError Errors will be printed on stdout instead of stderr + -t, --withTotalPages Request Cumulocity to include the total pages in the response statitics under .statistics.totalPages + --workers int Number of workers (default 1) +``` + diff --git a/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_delete.md b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_delete.md new file mode 100644 index 000000000..533aa27eb --- /dev/null +++ b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_delete.md @@ -0,0 +1,87 @@ +--- +category: cache +title: c8y cache delete +--- +Delete the cache + +### Synopsis + +Delete existing cache items either partially or cached items older than a time period + +``` +c8y cache delete [flags] +``` + +### Examples + +``` +$ c8y cache delete +Remove all of the existing cache. If there is no cache, then nothing will be done + +$ c8y cache delete --age -1h +Remove cache items which are older than 1 hour + +``` + +### Options + +``` + --age string Age duration, i.e. 30s, 2m, 1h, 1d + --expired Only removed expired cached items + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + --abortOnErrors int Abort batch when reaching specified number of errors (default 10) + --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") + -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal + --confirm Prompt for confirmation + --confirmText string Custom confirmation text + --currentPage int Current page which should be returned + --customQueryParam strings add custom URL query parameters. i.e. --customQueryParam 'withCustomOption=true,myOtherOption=myvalue' + --debug Set very verbose log messages + --delay string delay after each request, i.e. 5ms, 1.2s (default "0ms") + --delayBefore string delay before each request, i.e. 5ms, 1.2s (default "0ms") + --dry Dry run. Don't send any data to the server + --dryFormat string Dry run output format. i.e. json, dump, markdown or curl (default "markdown") + --examples Show examples for the current command + --filter strings Apply a client side filter to response before returning it to the user + --flatten flatten json output by replacing nested json properties with properties where their names are represented by dot notation + -f, --force Do not prompt for confirmation. Ignored when using --confirm + -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" + --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL + -l, --logMessage string Add custom message to the activity log + --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) + --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) + -M, --noColor Don't use colors when displaying log entries on the console + --noLog Disables the activity log for the current command + --noProxy Ignore the proxy settings + -n, --nullInput Don't read the input (stdin). Useful if using in shell for/while loops + -o, --output string Output format i.e. table, json, csv, csvheader (default "table") + --outputFile string Save JSON output to file (after select/view) + --outputFileRaw string Save raw response to file (before select/view) + -p, --pageSize int Maximum results per page (default 5) + --progress Show progress bar. This will also disable any other verbose output + --proxy string Proxy setting, i.e. http://10.0.0.1:8080 + -r, --raw Show raw response. This mode will force output=json and view=off + --select stringArray Comma separated list of properties to return. wildcards and globstar accepted, i.e. --select 'id,name,type,**.serialNumber' + --session string Session configuration + -P, --sessionPassword string Override session password + -U, --sessionUsername string Override session username. i.e. peter or t1234/peter (with tenant) + --silentExit Silent status codes do not affect the exit code + --silentStatusCodes string Status codes which will not print out an error message + --timeout string Request timeout duration, i.e. 60s, 2m (default "60s") + --totalPages int Total number of pages to get + -v, --verbose Verbose logging + --view string Use views when displaying data on the terminal. Disable using --view off (default "auto") + --withError Errors will be printed on stdout instead of stderr + -t, --withTotalPages Request Cumulocity to include the total pages in the response statitics under .statistics.totalPages + --workers int Number of workers (default 1) +``` + diff --git a/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_renew.md b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_renew.md new file mode 100644 index 000000000..bfd760daf --- /dev/null +++ b/docs/go-c8y-cli/docs/cli/c8y/cache/c8y_cache_renew.md @@ -0,0 +1,82 @@ +--- +category: cache +title: c8y cache renew +--- +Renew existing cache items + +### Synopsis + +Renew existing cache items by changing the modified dates of the files to "now" so that the cache has a full time-to-live period + +``` +c8y cache renew [flags] +``` + +### Examples + +``` +$ c8y cache renew +Renew all existing cache items. If there is no cache, then nothing will be done + +``` + +### Options + +``` + -h, --help help for renew +``` + +### Options inherited from parent commands + +``` + --abortOnErrors int Abort batch when reaching specified number of errors (default 10) + --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") + -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal + --confirm Prompt for confirmation + --confirmText string Custom confirmation text + --currentPage int Current page which should be returned + --customQueryParam strings add custom URL query parameters. i.e. --customQueryParam 'withCustomOption=true,myOtherOption=myvalue' + --debug Set very verbose log messages + --delay string delay after each request, i.e. 5ms, 1.2s (default "0ms") + --delayBefore string delay before each request, i.e. 5ms, 1.2s (default "0ms") + --dry Dry run. Don't send any data to the server + --dryFormat string Dry run output format. i.e. json, dump, markdown or curl (default "markdown") + --examples Show examples for the current command + --filter strings Apply a client side filter to response before returning it to the user + --flatten flatten json output by replacing nested json properties with properties where their names are represented by dot notation + -f, --force Do not prompt for confirmation. Ignored when using --confirm + -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" + --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL + -l, --logMessage string Add custom message to the activity log + --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) + --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) + -M, --noColor Don't use colors when displaying log entries on the console + --noLog Disables the activity log for the current command + --noProxy Ignore the proxy settings + -n, --nullInput Don't read the input (stdin). Useful if using in shell for/while loops + -o, --output string Output format i.e. table, json, csv, csvheader (default "table") + --outputFile string Save JSON output to file (after select/view) + --outputFileRaw string Save raw response to file (before select/view) + -p, --pageSize int Maximum results per page (default 5) + --progress Show progress bar. This will also disable any other verbose output + --proxy string Proxy setting, i.e. http://10.0.0.1:8080 + -r, --raw Show raw response. This mode will force output=json and view=off + --select stringArray Comma separated list of properties to return. wildcards and globstar accepted, i.e. --select 'id,name,type,**.serialNumber' + --session string Session configuration + -P, --sessionPassword string Override session password + -U, --sessionUsername string Override session username. i.e. peter or t1234/peter (with tenant) + --silentExit Silent status codes do not affect the exit code + --silentStatusCodes string Status codes which will not print out an error message + --timeout string Request timeout duration, i.e. 60s, 2m (default "60s") + --totalPages int Total number of pages to get + -v, --verbose Verbose logging + --view string Use views when displaying data on the terminal. Disable using --view off (default "auto") + --withError Errors will be printed on stdout instead of stderr + -t, --withTotalPages Request Cumulocity to include the total pages in the response statitics under .statistics.totalPages + --workers int Number of workers (default 1) +``` + diff --git a/docs/go-c8y-cli/docs/cli/c8y/completion/c8y_completion.md b/docs/go-c8y-cli/docs/cli/c8y/completion/c8y_completion.md index ee4a1a623..1d8b0dc54 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/completion/c8y_completion.md +++ b/docs/go-c8y-cli/docs/cli/c8y/completion/c8y_completion.md @@ -62,6 +62,8 @@ c8y completion [bash|zsh|fish|powershell] ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -78,9 +80,11 @@ c8y completion [bash|zsh|fish|powershell] -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration.md index 988cd9473..c9c95a8d0 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration.md @@ -19,6 +19,8 @@ Configuration management to create/list/delete configurations ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Configuration management to create/list/delete configurations -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_create.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_create.md index cee826ffe..53a4f1ebc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_create.md @@ -47,6 +47,8 @@ available for multiple device types ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -63,9 +65,11 @@ available for multiple device types -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_delete.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_delete.md index 774761be8..c26d74bbe 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_delete.md @@ -37,6 +37,8 @@ Delete a configuration package but keep any related binaries ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Delete a configuration package but keep any related binaries -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_get.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_get.md index b74e245b7..95645b68b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_get.md @@ -32,6 +32,8 @@ Get a configuration package ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a configuration package -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_list.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_list.md index 2009e7085..7164c7a78 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_list.md @@ -37,6 +37,8 @@ Get a list of configuration files ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Get a list of configuration files -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_update.md b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_update.md index 212796a44..a3dd33545 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/configuration/c8y_configuration_update.md @@ -42,6 +42,8 @@ Update a configuration file ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update a configuration file -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication.md b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication.md index 81522dcf4..ceadf8f8b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity currentApplication ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity currentApplication -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_get.md b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_get.md index 14123fc5d..e4bc60e5d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_get.md @@ -32,6 +32,8 @@ Get the current application (requires using application credentials) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get the current application (requires using application credentials) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_listSubscriptions.md b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_listSubscriptions.md index b47580317..2f9a86a50 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_listSubscriptions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_listSubscriptions.md @@ -31,6 +31,8 @@ List the current application users/subscriptions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ List the current application users/subscriptions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_update.md b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_update.md index 41ceb6439..b40ec2ad4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentapplication/c8y_currentapplication_update.md @@ -43,6 +43,8 @@ Update custom properties of the current application (requires using application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Update custom properties of the current application (requires using application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant.md b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant.md index 751bcd05a..f1e8a1c3a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant.md @@ -19,6 +19,8 @@ Cumulocity current tenant commands ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Cumulocity current tenant commands -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_get.md b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_get.md index c8855d15b..aea66cc3c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_get.md @@ -31,6 +31,8 @@ Get the current tenant (based on your current credentials) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get the current tenant (based on your current credentials) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_listApplications.md b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_listApplications.md index 117c0299e..3fa79c90f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_listApplications.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_listApplications.md @@ -31,6 +31,8 @@ Get a list of applications in the current tenant ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of applications in the current tenant -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_version.md b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_version.md index 9109076fa..ff6e7de2d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_version.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currenttenant/c8y_currenttenant_version.md @@ -31,6 +31,8 @@ Set the required availability of a device by name to 10 minutes ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Set the required availability of a device by name to 10 minutes -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser.md b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser.md index 39b30a485..a8a8748b1 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser.md @@ -19,6 +19,8 @@ REST endpoint to interact with the current Cumulocity user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with the current Cumulocity user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_get.md b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_get.md index 1fad46637..5d8af6b32 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_get.md @@ -31,6 +31,8 @@ Get the current user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get the current user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_logout.md b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_logout.md index 02b6128e9..22de2f347 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_logout.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_logout.md @@ -32,6 +32,8 @@ Log out the current user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Log out the current user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_update.md b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_update.md index 3fd4ba244..4a12811f9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/currentuser/c8y_currentuser_update.md @@ -39,6 +39,8 @@ Update the current user's last name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Update the current user's last name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker.md b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker.md index dbf7290e5..e91cb053b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker.md +++ b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity databroker ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity databroker -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_get.md b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_get.md index 4554ead68..7923519e7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_get.md @@ -32,6 +32,8 @@ Get a data broker connector ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a data broker connector -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_list.md b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_list.md index 7198b6626..0c51d284a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_list.md @@ -31,6 +31,8 @@ Get a list of data broker connectors ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of data broker connectors -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_update.md b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_update.md index ad7353238..aca5c9575 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/databroker/c8y_databroker_update.md @@ -37,6 +37,8 @@ Change the status of a specific data broker connector by given connector id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Change the status of a specific data broker connector by given connector id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups.md index b47f61bff..6653e7244 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity device groups ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity device groups -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignDevice.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignDevice.md index 9dfb0dcc7..6c5e2f2d4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignDevice.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignDevice.md @@ -37,6 +37,8 @@ Add multiple devices to a group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Add multiple devices to a group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignGroup.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignGroup.md index 36185a487..c551f2bd8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_assignGroup.md @@ -37,6 +37,8 @@ Add multiple groups to a group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Add multiple groups to a group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_create.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_create.md index 85107790c..ee0db37ea 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_create.md @@ -41,6 +41,8 @@ Create device group with custom properties ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Create device group with custom properties -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_delete.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_delete.md index 4e90fc82f..bd7f3cef7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_delete.md @@ -35,6 +35,8 @@ Get device group by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get device group by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_get.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_get.md index 4aa529cea..e262aa4f6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_get.md @@ -33,6 +33,8 @@ Get device group by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get device group by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_list.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_list.md index fcaa03b11..f89bfa185 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_list.md @@ -41,6 +41,8 @@ Get a collection of device groups with names that start with "MyGroup" ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Get a collection of device groups with names that start with "MyGroup" -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_listAssets.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_listAssets.md index cb1865502..17e87aa69 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_listAssets.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_listAssets.md @@ -32,6 +32,8 @@ Get a list of the child devices of an existing device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of the child devices of an existing device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignDevice.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignDevice.md index 8df86c78d..094bfa12e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignDevice.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignDevice.md @@ -34,6 +34,8 @@ Unassign a child device from its parent device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Unassign a child device from its parent device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignGroup.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignGroup.md index 6935037e8..4702d74bc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_unassignGroup.md @@ -34,6 +34,8 @@ Unassign a child device from its parent device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Unassign a child device from its parent device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_update.md b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_update.md index 738f47756..69e7b4dde 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devicegroups/c8y_devicegroups_update.md @@ -38,6 +38,8 @@ Update device group by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Update device group by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles.md index 5da143c4c..e2eff6d22 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles.md @@ -19,6 +19,8 @@ Commands to managed Cumulocity device profiles ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Commands to managed Cumulocity device profiles -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_create.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_create.md index 25f3d157f..33a6044bc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_create.md @@ -37,6 +37,8 @@ Create a device profile ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Create a device profile -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_delete.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_delete.md index 6daf7f4ef..add035522 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_delete.md @@ -33,6 +33,8 @@ Delete a device profile ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete a device profile -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_get.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_get.md index 5777c27a5..f8b81905f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_get.md @@ -32,6 +32,8 @@ Get a device profile ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a device profile -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_list.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_list.md index 94a335f94..918a55330 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_list.md @@ -32,6 +32,8 @@ Get a list of device profiles ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of device profiles -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_update.md b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_update.md index 59a29ee76..359c8d7db 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceprofiles/c8y_deviceprofiles_update.md @@ -38,6 +38,8 @@ Update a device profile ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Update a device profile -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration.md index 38df02697..4472b8e07 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity device credentials api ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity device credentials api -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_approve.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_approve.md index 3b6fd8c8c..4d0d5f878 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_approve.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_approve.md @@ -34,6 +34,8 @@ Approve a new device request ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Approve a new device request -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_delete.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_delete.md index d0628a4c3..1d41a0d0f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_delete.md @@ -33,6 +33,8 @@ Delete a new device request ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete a new device request -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_get.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_get.md index 9349b5062..8e8e74d40 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_get.md @@ -32,6 +32,8 @@ Get a new device request ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a new device request -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_getCredentials.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_getCredentials.md index fd991e73d..35d9d83bb 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_getCredentials.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_getCredentials.md @@ -33,6 +33,8 @@ Request credentials for a new device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Request credentials for a new device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_list.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_list.md index 1862cfffa..932e37fc9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_list.md @@ -31,6 +31,8 @@ Get a list of new device requests ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of new device requests -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_register.md b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_register.md index 9550fed31..d9894495f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_register.md +++ b/docs/go-c8y-cli/docs/cli/c8y/deviceregistration/c8y_deviceregistration_register.md @@ -33,6 +33,8 @@ Register a new device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Register a new device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert.md b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert.md index 301743540..c1e2e43f6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert.md @@ -19,6 +19,8 @@ Device assertions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Device assertions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_exists.md b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_exists.md index 98c18a3e5..19de58fd6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_exists.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_exists.md @@ -56,6 +56,8 @@ $ echo 1 | c8y devices assert exists --strict ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -72,9 +74,11 @@ $ echo 1 | c8y devices assert exists --strict -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_fragments.md b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_fragments.md index 76f4c7ec9..071a01f90 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_fragments.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/assert/c8y_devices_assert_fragments.md @@ -52,6 +52,8 @@ $ c8y devices list --device 1111 | c8y operations fragments --status "FAILED" -- ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -68,9 +70,11 @@ $ c8y devices list --device 1111 | c8y operations fragments --status "FAILED" -- -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices.md index ac169b34d..4d5527e91 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity devices ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity devices -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_assignChild.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_assignChild.md index 30825ce62..208192c49 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_assignChild.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_assignChild.md @@ -34,6 +34,8 @@ Assign a device as a child device to an existing device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Assign a device as a child device to an existing device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_create.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_create.md index 5da24995a..58e5a81f9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_create.md @@ -41,6 +41,8 @@ Create device with custom properties ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Create device with custom properties -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_delete.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_delete.md index 948644a70..cffdee82f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_delete.md @@ -42,6 +42,8 @@ Delete device and related device user/credentials ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Delete device and related device user/credentials -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_get.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_get.md index 23534d5a4..b51dca62b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_get.md @@ -32,6 +32,8 @@ Get device by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get device by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getChild.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getChild.md index 04a469821..33dc30826 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getChild.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getChild.md @@ -33,6 +33,8 @@ Get an existing child device reference ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get an existing child device reference -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedMeasurements.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedMeasurements.md index db622f47b..af837fa78 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedMeasurements.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedMeasurements.md @@ -33,6 +33,8 @@ Get the supported measurements of a device by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get the supported measurements of a device by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedSeries.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedSeries.md index 13018755e..bfb29ac2f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedSeries.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_getSupportedSeries.md @@ -33,6 +33,8 @@ Get the supported measurement series of a device by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get the supported measurement series of a device by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_list.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_list.md index b3bdb6221..fe39d1944 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_list.md @@ -46,6 +46,8 @@ Get devices with type 'c8y_MacOS' then devices with type 'c8y_Linux' (using pipe ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -62,9 +64,11 @@ Get devices with type 'c8y_MacOS' then devices with type 'c8y_Linux' (using pipe -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listAssets.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listAssets.md index ea7d744e3..f433be6ce 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listAssets.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listAssets.md @@ -32,6 +32,8 @@ Get a list of the child devices of an existing device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of the child devices of an existing device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listChildren.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listChildren.md index b98bcb4ef..45ad400ba 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listChildren.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_listChildren.md @@ -32,6 +32,8 @@ Get a list of the child devices of an existing device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of the child devices of an existing device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_setRequiredAvailability.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_setRequiredAvailability.md index 64013f280..68754d7ea 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_setRequiredAvailability.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_setRequiredAvailability.md @@ -34,6 +34,8 @@ Set the required availability of a device by name to 10 minutes ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Set the required availability of a device by name to 10 minutes -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_unassignChild.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_unassignChild.md index a3e93b6bf..4e3ed7f09 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_unassignChild.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_unassignChild.md @@ -34,6 +34,8 @@ Unassign a child device from its parent device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Unassign a child device from its parent device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_update.md b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_update.md index 257b4fe28..3538df00e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/devices/c8y_devices_update.md @@ -37,6 +37,8 @@ Update device by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Update device by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert.md b/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert.md index bc301ecbd..84b67188d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert.md @@ -19,6 +19,8 @@ Assertions related to Cumulocity events ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Assertions related to Cumulocity events -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert_count.md b/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert_count.md index 587a44927..5e01bc880 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert_count.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/assert/c8y_events_assert_count.md @@ -59,6 +59,8 @@ $ c8y devices list | c8y events assert count --maximum 0 --dateFrom -7d ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -75,9 +77,11 @@ $ c8y devices list | c8y events assert count --maximum 0 --dateFrom -7d -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events.md index 1e5c33765..79d583b07 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity events ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity events -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_create.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_create.md index f534b6f2a..e5fed1965 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_create.md @@ -42,6 +42,8 @@ Create a new event for a device (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create a new event for a device (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_createBinary.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_createBinary.md index 5b9ec44fe..7c9573768 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_createBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_createBinary.md @@ -34,6 +34,8 @@ Add a binary to an event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Add a binary to an event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_delete.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_delete.md index bcff1891b..be467aaa0 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_delete.md @@ -33,6 +33,8 @@ Delete an event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete an event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteBinary.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteBinary.md index e01b7ce86..b7d548839 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteBinary.md @@ -34,6 +34,8 @@ Delete an binary attached to an event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Delete an binary attached to an event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteCollection.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteCollection.md index cf89f7ae7..8afb2cf87 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteCollection.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_deleteCollection.md @@ -41,6 +41,8 @@ Remove events from a device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Remove events from a device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_downloadBinary.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_downloadBinary.md index 5d65e47c6..8f2054463 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_downloadBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_downloadBinary.md @@ -32,6 +32,8 @@ Download a binary related to an event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Download a binary related to an event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_get.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_get.md index dddb39950..3eeb982bc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_get.md @@ -32,6 +32,8 @@ Get event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_list.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_list.md index 0bb64a548..2dada2761 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_list.md @@ -40,6 +40,8 @@ Get events from a device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ Get events from a device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_subscribe.md index d511f7dac..7f4e20fc6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_subscribe.md @@ -41,6 +41,8 @@ Subscribe to events (in realtime) for all devices, and stop after receiving 10 e ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Subscribe to events (in realtime) for all devices, and stop after receiving 10 e -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_update.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_update.md index 2b3eaeeab..4ac8069e9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_update.md @@ -40,6 +40,8 @@ Update custom properties of an existing event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ Update custom properties of an existing event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_updateBinary.md b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_updateBinary.md index 371964042..81ca8614d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_updateBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/events/c8y_events_updateBinary.md @@ -35,6 +35,8 @@ Update a binary related to an event ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Update a binary related to an event -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware.md index 1a8e7ca15..8e21574c9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware.md @@ -19,6 +19,8 @@ Firmware management to create/list/delete packages, versions and patches ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Firmware management to create/list/delete packages, versions and patches -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_create.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_create.md index 0e9742b6a..6ec3e91aa 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_create.md @@ -41,6 +41,8 @@ Create the same firmware package for multiple device types ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Create the same firmware package for multiple device types -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_delete.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_delete.md index 94eb6a6b7..b814ba4ac 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_delete.md @@ -37,6 +37,8 @@ Delete a firmware package but keep the binaries ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Delete a firmware package but keep the binaries -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_get.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_get.md index a82538331..55a1a5543 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_get.md @@ -35,6 +35,8 @@ Get a firmware package (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get a firmware package (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_list.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_list.md index 7fa34a9b4..38d52064c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_list.md @@ -37,6 +37,8 @@ Get a list of firmware packages ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Get a list of firmware packages -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_update.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_update.md index 4b7f052de..c8a8387d9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/c8y_firmware_update.md @@ -42,6 +42,8 @@ Update a firmware package name (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update a firmware package name (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches.md index 8ef5fbb8a..b79a6860c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches.md @@ -19,6 +19,8 @@ Firmware patch management to create/list/delete patches ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Firmware patch management to create/list/delete patches -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_create.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_create.md index a9a6c90d8..6af338f60 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_create.md @@ -43,6 +43,8 @@ Create a new patch (storing the file in Cumulocity) to an existing firmware vers ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Create a new patch (storing the file in Cumulocity) to an existing firmware vers -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_delete.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_delete.md index 54e5ffbdc..1559a12f2 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_delete.md @@ -38,6 +38,8 @@ Delete a firmware patch (but keep the related binary) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Delete a firmware patch (but keep the related binary) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_get.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_get.md index 2cfb31ecb..c87be8821 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_get.md @@ -34,6 +34,8 @@ Get a firmware patch ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Get a firmware patch -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_list.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_list.md index 38d6e5f8f..b81a524e8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/patches/c8y_firmware_patches_list.md @@ -37,6 +37,8 @@ Get a list of firmware patches where the dependency version starts with "1." ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Get a list of firmware patches where the dependency version starts with "1." -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions.md index 487a44c7e..70ea0ae3d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions.md @@ -19,6 +19,8 @@ Firmware version management to create/list/delete versions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Firmware version management to create/list/delete versions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_create.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_create.md index e9735cb52..4e336603b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_create.md @@ -42,6 +42,8 @@ Create a new version with an external URL ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create a new version with an external URL -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_delete.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_delete.md index 6d2aaef4f..68bf3b56f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_delete.md @@ -38,6 +38,8 @@ Delete a firmware package (but keep any child binaries) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Delete a firmware package (but keep any child binaries) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_get.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_get.md index bd0f1f49c..708548a67 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_get.md @@ -37,6 +37,8 @@ Get a firmware package version using pipeline ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Get a firmware package version using pipeline -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_install.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_install.md index 0c19b163c..2b9e555e8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_install.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_install.md @@ -36,6 +36,8 @@ Install a firmware version ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Install a firmware version -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_list.md b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_list.md index a30dc9fee..284b57528 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/firmware/versions/c8y_firmware_versions_list.md @@ -39,6 +39,8 @@ Get all versions of a firmware using an existing version object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Get all versions of a firmware using an existing version object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/help/c8y_help.md b/docs/go-c8y-cli/docs/cli/c8y/help/c8y_help.md index bcb6cbb57..57f0c1566 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/help/c8y_help.md +++ b/docs/go-c8y-cli/docs/cli/c8y/help/c8y_help.md @@ -24,6 +24,8 @@ c8y help [command] [flags] ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -40,9 +42,11 @@ c8y help [command] [flags] -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity.md b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity.md index 3f5a147f2..5e6495ae1 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity.md +++ b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity identity objects ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity identity objects -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_create.md b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_create.md index a445b1fb8..5f06b7e29 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_create.md @@ -41,6 +41,8 @@ Create an external identity by using the .name property of the device (via the i ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Create an external identity by using the .name property of the device (via the i -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_delete.md b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_delete.md index 2373ac071..37a170c43 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_delete.md @@ -37,6 +37,8 @@ Delete a specific external identity type (via pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Delete a specific external identity type (via pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_get.md b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_get.md index 54c167d1f..09a2165d3 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_get.md @@ -34,6 +34,8 @@ Get external identity ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Get external identity -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_list.md b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_list.md index 0b4b66e4f..6b21ebfc1 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/identity/c8y_identity_list.md @@ -35,6 +35,8 @@ Get the external ids for each device using pipeline ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get the external ids for each device using pipeline -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions.md index 4cd7c9d1e..1baacb0ee 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity managed objects ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity managed objects -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_assign.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_assign.md index c6ba1fd68..6b0e6fd77 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_assign.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_assign.md @@ -34,6 +34,8 @@ Add a related managed object as a child to an existing managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Add a related managed object as a child to an existing managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_create.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_create.md index c8f1b7da3..af5a86f60 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_create.md @@ -37,6 +37,8 @@ Create a child addition and link it to an existing managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Create a child addition and link it to an existing managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_list.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_list.md index 615e627a3..d064ba798 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_list.md @@ -32,6 +32,8 @@ Get a list of the child additions of an existing managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of the child additions of an existing managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_unassign.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_unassign.md index 2afac050f..c6c2aeba0 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_unassign.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/additions/c8y_inventory_additions_unassign.md @@ -34,6 +34,8 @@ Unassign a child addition from its parent managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Unassign a child addition from its parent managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert.md index 9c1b52ab7..6162ef724 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity managed objects ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity managed objects -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_exists.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_exists.md index c1b741e5d..c112549f4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_exists.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_exists.md @@ -56,6 +56,8 @@ $ echo 1 | c8y inventory assert exists --strict ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -72,9 +74,11 @@ $ echo 1 | c8y inventory assert exists --strict -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_fragments.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_fragments.md index e867281b1..0ff91001b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_fragments.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assert/c8y_inventory_assert_fragments.md @@ -52,6 +52,8 @@ $ c8y inventory list --device 1111 | c8y operations fragments --status "FAILED" ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -68,9 +70,11 @@ $ c8y inventory list --device 1111 | c8y operations fragments --status "FAILED" -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets.md index 6ba48c828..0488b0e27 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity managed objects ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity managed objects -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_assign.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_assign.md index b9d825eb4..2ffe92731 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_assign.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_assign.md @@ -35,6 +35,8 @@ Create group hierarchy (parent group -> child group) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Create group hierarchy (parent group -> child group) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_get.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_get.md index 17d185004..d8f903626 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_get.md @@ -33,6 +33,8 @@ Get an existing child asset reference ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get an existing child asset reference -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_list.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_list.md index e3aaa2601..c6a9dce37 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_list.md @@ -35,6 +35,8 @@ Get a list of the child devices using pipeline ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get a list of the child devices using pipeline -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_unassign.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_unassign.md index 3b1f7aea2..a81c7acd8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_unassign.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/assets/c8y_inventory_assets_unassign.md @@ -34,6 +34,8 @@ Unassign a child device from its parent device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Unassign a child device from its parent device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory.md index 850b32405..968bc146a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity managed objects ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity managed objects -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_create.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_create.md index 8fee80787..be1c6eed8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_create.md @@ -37,6 +37,8 @@ Create a managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Create a managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_delete.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_delete.md index 946e56d76..77cc60899 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_delete.md @@ -45,6 +45,8 @@ Delete a device and any related child assets, additions and/or devices ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -61,9 +63,11 @@ Delete a device and any related child assets, additions and/or devices -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_find.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_find.md index 039de4f53..3f854bcb2 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_find.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_find.md @@ -42,6 +42,8 @@ Invert a given query received via piped input (stdin) by using a template ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Invert a given query received via piped input (stdin) by using a template -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_findByText.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_findByText.md index 9bd7cdbba..e65bc3457 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_findByText.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_findByText.md @@ -42,6 +42,8 @@ Find managed objects which contain the text 'myText' and is a device (using pipe ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Find managed objects which contain the text 'myText' and is a device (using pipe -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_get.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_get.md index 9df62a7b8..3b0d1fdc8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_get.md @@ -36,6 +36,8 @@ Get a managed object with parent references ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get a managed object with parent references -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_list.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_list.md index 7c8d01fd9..fd05b1adc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_list.md @@ -46,6 +46,8 @@ Get managed objects which have the same type as the managed object id=1234. pipe ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -62,9 +64,11 @@ Get managed objects which have the same type as the managed object id=1234. pipe -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_subscribe.md index ee5296641..3c6ccd486 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_subscribe.md @@ -41,6 +41,8 @@ Subscribe to managedObjects (in realtime) for all devices, and stop after receiv ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Subscribe to managedObjects (in realtime) for all devices, and stop after receiv -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_update.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_update.md index f427da79f..17a3519cb 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_update.md @@ -37,6 +37,8 @@ Update a managed object ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Update a managed object -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_wait.md b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_wait.md index 8236a5afb..996731065 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_wait.md +++ b/docs/go-c8y-cli/docs/cli/c8y/inventory/c8y_inventory_wait.md @@ -50,6 +50,8 @@ $ c8y inventory list --device 1111 | c8y operations wait --status "FAILED" --sta ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -66,9 +68,11 @@ $ c8y inventory list --device 1111 | c8y operations wait --status "FAILED" --sta -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert.md index a7876c0ba..0049bce4e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert.md @@ -19,6 +19,8 @@ Assertions related to Cumulocity measurements ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Assertions related to Cumulocity measurements -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert_count.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert_count.md index a5b478a51..0cf6eec73 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert_count.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/assert/c8y_measurements_assert_count.md @@ -60,6 +60,8 @@ $ c8y devices list | c8y measurements assert count --maximum 0 --dateFrom -7d ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -76,9 +78,11 @@ $ c8y devices list | c8y measurements assert count --maximum 0 --dateFrom -7d -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements.md index a06ca5713..710cec15d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity measurements ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity measurements -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_create.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_create.md index 02cc1cccd..afcae3490 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_create.md @@ -41,6 +41,8 @@ Copy measurements from one device to another ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Copy measurements from one device to another -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_delete.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_delete.md index 74af5e6e5..ca63f0c74 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_delete.md @@ -33,6 +33,8 @@ Delete measurement ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete measurement -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_deleteCollection.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_deleteCollection.md index e8dc50ab9..08bf45d2b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_deleteCollection.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_deleteCollection.md @@ -37,6 +37,8 @@ Delete measurement collection for a device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Delete measurement collection for a device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_get.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_get.md index e5375f275..4e2500b3b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_get.md @@ -32,6 +32,8 @@ Get measurement ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get measurement -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_getSeries.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_getSeries.md index 77150617f..ed2abd382 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_getSeries.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_getSeries.md @@ -36,6 +36,8 @@ Get a list of series [app_Weather.temperature] and [app_Weather.barometer] for d ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get a list of series [app_Weather.temperature] and [app_Weather.barometer] for d -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_list.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_list.md index 57dcb1187..86d9b9ed9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_list.md @@ -42,6 +42,8 @@ Get a list of measurements ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Get a list of measurements -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_subscribe.md index 000c98074..d115d3fec 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/measurements/c8y_measurements_subscribe.md @@ -41,6 +41,8 @@ Subscribe to measurements (in realtime) for all devices, and stop after receivin ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Subscribe to measurements (in realtime) for all devices, and stop after receivin -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices.md index 509684836..4a2ff0a25 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity microservices ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity microservices -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_create.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_create.md index fa73165bc..f9e0bccd7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_create.md @@ -46,6 +46,8 @@ Create or update a microservice using an explicit name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -62,9 +64,11 @@ Create or update a microservice using an explicit name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_createBinary.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_createBinary.md index 16ced8d74..8777b346f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_createBinary.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_createBinary.md @@ -39,6 +39,8 @@ Upload microservice binary ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Upload microservice binary -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_delete.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_delete.md index a100c89e6..2337842ec 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_delete.md @@ -36,6 +36,8 @@ Delete a microservice by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Delete a microservice by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_disable.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_disable.md index e88e54c53..a4e77d0b7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_disable.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_disable.md @@ -38,6 +38,8 @@ Disable (unsubscribe) to a microservice ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Disable (unsubscribe) to a microservice -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_enable.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_enable.md index 90babe726..135af0814 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_enable.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_enable.md @@ -38,6 +38,8 @@ Enable (subscribe) to a microservice by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Enable (subscribe) to a microservice by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_get.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_get.md index cd761bef4..44ce2bc8b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_get.md @@ -32,6 +32,8 @@ Get an application ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get an application -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getBootstrapUser.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getBootstrapUser.md index a59152bed..810a66232 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getBootstrapUser.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getBootstrapUser.md @@ -36,6 +36,8 @@ Get application bootstrap user by app name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get application bootstrap user by app name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getStatus.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getStatus.md index 55de7d62c..124da4fbb 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getStatus.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_getStatus.md @@ -36,6 +36,8 @@ Get microservice status (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get microservice status (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_list.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_list.md index a29a7294d..635b54322 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_list.md @@ -33,6 +33,8 @@ Get microservices ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get microservices -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_update.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_update.md index c3aacfadb..ec8ba8e6b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/c8y_microservices_update.md @@ -41,6 +41,8 @@ Update microservice availability to MARKET ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Update microservice availability to MARKET -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers.md index 4b2b9c31b..bb6c84cb4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity serviceusers ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity serviceusers -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_create.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_create.md index 53e045105..deb53a633 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_create.md @@ -31,6 +31,8 @@ Create new application service user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Create new application service user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_get.md b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_get.md index bc3842d79..79985729c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/microservices/serviceusers/c8y_microservices_serviceusers_get.md @@ -36,6 +36,8 @@ Get application service user by app name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get application service user by app name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert.md b/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert.md index f451c98f0..d11554d1e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert.md @@ -19,6 +19,8 @@ Assertions related to Cumulocity operations ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Assertions related to Cumulocity operations -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert_count.md b/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert_count.md index c81317165..add42b477 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert_count.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/assert/c8y_operations_assert_count.md @@ -60,6 +60,8 @@ $ c8y devices list | c8y operations assert count --maximum 0 --dateFrom -7d ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -76,9 +78,11 @@ $ c8y devices list | c8y operations assert count --maximum 0 --dateFrom -7d -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations.md index f820f4d48..cf452ae48 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity operations ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity operations -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_create.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_create.md index 511a90698..ef9d0193e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_create.md @@ -37,6 +37,8 @@ Create operation for a device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Create operation for a device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_deleteCollection.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_deleteCollection.md index 1522fc4f5..18a91ccc6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_deleteCollection.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_deleteCollection.md @@ -38,6 +38,8 @@ Remove all pending operations for a given device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Remove all pending operations for a given device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_get.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_get.md index 5a73a0b41..70976bc19 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_get.md @@ -32,6 +32,8 @@ Get operation by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get operation by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_list.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_list.md index 6139c7ecd..ba28b71d1 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_list.md @@ -45,6 +45,8 @@ Get a list of pending operations for a device ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -61,9 +63,11 @@ Get a list of pending operations for a device -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_subscribe.md index aa16c079b..a0d158c20 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_subscribe.md @@ -41,6 +41,8 @@ Subscribe to operations (in realtime) for all devices, and stop after receiving ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Subscribe to operations (in realtime) for all devices, and stop after receiving -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_update.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_update.md index d23527b37..b457a8611 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_update.md @@ -39,6 +39,8 @@ Update an operation ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Update an operation -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_wait.md b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_wait.md index f5efba21e..bb968d1ce 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_wait.md +++ b/docs/go-c8y-cli/docs/cli/c8y/operations/c8y_operations_wait.md @@ -40,6 +40,8 @@ $ c8y operations list --device 1111 | c8y operations wait --status "FAILED" --st ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ $ c8y operations list --device 1111 | c8y operations wait --status "FAILED" --st -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime.md b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime.md index b60c798ff..6d8a10bc6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime.md +++ b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime.md @@ -19,6 +19,8 @@ Cumulocity realtime notifications ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Cumulocity realtime notifications -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribe.md b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribe.md index 32f84fcf3..fdf947b96 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribe.md +++ b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribe.md @@ -36,6 +36,8 @@ Subscribe to all measurements for 90 seconds ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Subscribe to all measurements for 90 seconds -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribeAll.md b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribeAll.md index 342005baa..d33f43fcd 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribeAll.md +++ b/docs/go-c8y-cli/docs/cli/c8y/realtime/c8y_realtime_subscribeAll.md @@ -36,6 +36,8 @@ Subscribe to all notifications (alarms/events/operations etc.) for device 12345 ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Subscribe to all notifications (alarms/events/operations etc.) for device 12345 -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules.md index 0eef0e50e..d57fc5a70 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity retentionRules ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity retentionRules -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_create.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_create.md index 996f48424..87fc706cf 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_create.md @@ -42,6 +42,8 @@ Create a retention rule ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create a retention rule -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_delete.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_delete.md index 6ae74f9d6..fda82acdf 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_delete.md @@ -34,6 +34,8 @@ Delete a retention rule ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Delete a retention rule -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_get.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_get.md index 0de1c332e..d7701e7a8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_get.md @@ -33,6 +33,8 @@ Get a retention rule ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a retention rule -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_list.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_list.md index dcfa602e9..c0dd13ce9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_list.md @@ -32,6 +32,8 @@ Get a list of retention rules ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of retention rules -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_update.md b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_update.md index 24c198db4..513e0dbad 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/retentionrules/c8y_retentionrules_update.md @@ -43,6 +43,8 @@ Update a retention rule ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -59,9 +61,11 @@ Update a retention rule -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions.md index b1dcef9c6..91ccd1d84 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions.md @@ -19,6 +19,8 @@ Manage Cumulocity sessions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Manage Cumulocity sessions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clear.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clear.md index f33f42141..8d009f1c8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clear.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clear.md @@ -37,6 +37,8 @@ $ c8y session clear | source ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ $ c8y session clear | source -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clone.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clone.md index 69dff3937..44cbf0872 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clone.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_clone.md @@ -41,6 +41,8 @@ Clone the existing session and rename it to "dev-otheruser" and change the sessi ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Clone the existing session and rename it to "dev-otheruser" and change the sessi -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_create.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_create.md index fa25affc3..7440e03b9 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_create.md @@ -54,6 +54,8 @@ $ c8y sessions create --type prod --host "https://mytenant.eu-latest.cumulocity. ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -70,9 +72,11 @@ $ c8y sessions create --type prod --host "https://mytenant.eu-latest.cumulocity. -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_decryptText.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_decryptText.md index 86a95a8a5..11760f8e8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_decryptText.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_decryptText.md @@ -41,6 +41,8 @@ Encrypt the text "Hello World", the text will be encrypted using the given passp ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Encrypt the text "Hello World", the text will be encrypted using the given passp -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_encryptText.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_encryptText.md index 02af7bb2d..aea8cdc5c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_encryptText.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_encryptText.md @@ -42,6 +42,8 @@ Password: {encrypted}ec5b837a03408ffb731307584eac40ac047989a002951e4b7139fa60189 ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Password: {encrypted}ec5b837a03408ffb731307584eac40ac047989a002951e4b7139fa60189 -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_get.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_get.md index 8bd50f557..653e00059 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_get.md @@ -37,6 +37,8 @@ Show the host and tenant name of the current session ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Show the host and tenant name of the current session -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_list.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_list.md index 068d104d2..6ca0cb4fa 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_list.md @@ -37,6 +37,8 @@ Example 2: Select a session and filter the selection of session by the name "cus ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Example 2: Select a session and filter the selection of session by the name "cus -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_set.md b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_set.md index ba5e8b4f7..f3fb6de17 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_set.md +++ b/docs/go-c8y-cli/docs/cli/c8y/sessions/c8y_sessions_set.md @@ -41,6 +41,8 @@ Set a session using a given file (non-interactively) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Set a session using a given file (non-interactively) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings.md b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings.md index 6e8d8f81c..63baf775b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings.md +++ b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings.md @@ -19,6 +19,8 @@ Settings commands ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Settings commands -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_list.md b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_list.md index e5326f1ef..fe173e817 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_list.md @@ -34,6 +34,8 @@ Show active log settings in a flattened json format ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Show active log settings in a flattened json format -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_update.md b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_update.md index e10c1ce52..06b1c6f14 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/settings/c8y_settings_update.md @@ -50,6 +50,8 @@ Enable create (POST) commands until the next session change ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -66,9 +68,11 @@ Enable create (POST) commands until the next session change -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups.md index ec503c2fa..fc8f54d43 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity smart groups. A smart group is an inve ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity smart groups. A smart group is an inve -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_create.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_create.md index 285b3129c..1a6964e32 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_create.md @@ -45,6 +45,8 @@ Create a smart group which is not visible in the UI ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -61,9 +63,11 @@ Create a smart group which is not visible in the UI -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_delete.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_delete.md index 7a71a072a..e3ee6bfc3 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_delete.md @@ -34,6 +34,8 @@ Get smart group by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Get smart group by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_get.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_get.md index 6b2a9334f..f10149741 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_get.md @@ -35,6 +35,8 @@ Get smart group by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get smart group by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_list.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_list.md index f0e286fcf..e89b8734f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_list.md @@ -47,6 +47,8 @@ Get a list of smart groups with their names starting with "myText", then get the ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -63,9 +65,11 @@ Get a list of smart groups with their names starting with "myText", then get the -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_update.md b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_update.md index 093cb166e..8b7bffd3b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/smartgroups/c8y_smartgroups_update.md @@ -38,6 +38,8 @@ Update smart group by id ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Update smart group by id -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software.md index 85e2d9948..ce6ff626e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software.md @@ -19,6 +19,8 @@ Software management to create/list/delete packages and versions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Software management to create/list/delete packages and versions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_create.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_create.md index fdfd2110d..0a7e2eaa8 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_create.md @@ -47,6 +47,8 @@ Create a software package and create a new version ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -63,9 +65,11 @@ Create a software package and create a new version -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_delete.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_delete.md index 95b2e7bd5..3b80ddd6f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_delete.md @@ -37,6 +37,8 @@ Delete a software package but keep all related versions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -53,9 +55,11 @@ Delete a software package but keep all related versions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_get.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_get.md index 49d9ae51d..682b726b4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_get.md @@ -32,6 +32,8 @@ Get a software package ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a software package -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_list.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_list.md index 52edfcddc..031f001f1 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_list.md @@ -40,6 +40,8 @@ Get a list of software packages starting with "python3" ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ Get a list of software packages starting with "python3" -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_update.md b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_update.md index 45fc466ed..af6711c57 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/c8y_software_update.md @@ -39,6 +39,8 @@ Update a software package ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Update a software package -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions.md index 7e29c1751..b7125a12c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions.md @@ -19,6 +19,8 @@ Software version management to create/list/delete versions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Software version management to create/list/delete versions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_create.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_create.md index f9ed70760..fa9802017 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_create.md @@ -42,6 +42,8 @@ Create a new version with an external URL ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create a new version with an external URL -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_delete.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_delete.md index 4b41f4adb..aa21b2c1c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_delete.md @@ -38,6 +38,8 @@ Delete a software package (but keep any child binaries) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Delete a software package (but keep any child binaries) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_get.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_get.md index a4642af8f..232b6482d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_get.md @@ -34,6 +34,8 @@ Get a software package version using name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Get a software package version using name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_install.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_install.md index f23f64276..50442b48d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_install.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_install.md @@ -38,6 +38,8 @@ Install a software package version ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Install a software package version -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_list.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_list.md index ecbf69e06..14f603df2 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_list.md @@ -36,6 +36,8 @@ Get a list of software package versions from multiple software packages ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Get a list of software package versions from multiple software packages -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_uninstall.md b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_uninstall.md index b48f8da28..26125e194 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_uninstall.md +++ b/docs/go-c8y-cli/docs/cli/c8y/software/versions/c8y_software_versions_uninstall.md @@ -36,6 +36,8 @@ Uninstall a software package version ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Uninstall a software package version -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions.md b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions.md index bc9045605..999592e01 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity systemOptions ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity systemOptions -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_get.md b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_get.md index f0090bb5e..0620be5d0 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_get.md @@ -33,6 +33,8 @@ Get a list of system options ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a list of system options -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_list.md b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_list.md index e3e277988..e865813d6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/systemoptions/c8y_systemoptions_list.md @@ -31,6 +31,8 @@ Get a list of system options ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of system options -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template.md b/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template.md index c25e11680..0a7573455 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template.md +++ b/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template.md @@ -19,6 +19,8 @@ Template utilities which can be used for testing out the templating language wit ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ Template utilities which can be used for testing out the templating language wit -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template_execute.md b/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template_execute.md index ef79b6828..30e412355 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template_execute.md +++ b/docs/go-c8y-cli/docs/cli/c8y/template/c8y_template_execute.md @@ -48,6 +48,8 @@ Pass external json data into the template, and reference it via the "input.value ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -64,9 +66,11 @@ Pass external json data into the template, and reference it via the "input.value -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions.md index 0aef24e5c..a0bc129de 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions.md @@ -23,6 +23,8 @@ Any option of any tenant can be defined as "non-editable" by "management" tenant ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -39,9 +41,11 @@ Any option of any tenant can be defined as "non-editable" by "management" tenant -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_create.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_create.md index e2e5b40de..7323abdcd 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_create.md @@ -31,6 +31,8 @@ Create a tenant option ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Create a tenant option -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_delete.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_delete.md index 0a4e142d4..0fef39676 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_delete.md @@ -34,6 +34,8 @@ Get a tenant option ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Get a tenant option -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_get.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_get.md index 935a57a40..d6a6c3939 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_get.md @@ -33,6 +33,8 @@ Get a tenant option ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a tenant option -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_getForCategory.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_getForCategory.md index 9f4d69a66..f29bdce4b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_getForCategory.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_getForCategory.md @@ -35,6 +35,8 @@ Get a list of options for a category ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Get a list of options for a category -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_list.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_list.md index a84ab18ac..a46010520 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_list.md @@ -31,6 +31,8 @@ Get a list of tenant options ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of tenant options -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_update.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_update.md index a6225a45b..dc66db0f2 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_update.md @@ -35,6 +35,8 @@ Update a tenant option ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Update a tenant option -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateBulk.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateBulk.md index d5b66e51f..2d9646c96 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateBulk.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateBulk.md @@ -36,6 +36,8 @@ Update multiple tenant options ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Update multiple tenant options -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateEdit.md b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateEdit.md index f5c962d61..bd1f1fa48 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateEdit.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantoptions/c8y_tenantoptions_updateEdit.md @@ -36,6 +36,8 @@ Update editable property for an existing tenant option ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Update editable property for an existing tenant option -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants.md index 2bcf70037..d5bcc040a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity tenants ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity tenants -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_create.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_create.md index 031e8e48e..dc5811bfa 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_create.md @@ -42,6 +42,8 @@ Create a new tenant (from the management tenant) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Create a new tenant (from the management tenant) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_delete.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_delete.md index a22f9942d..f80203519 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_delete.md @@ -33,6 +33,8 @@ Delete a tenant by name (from the management tenant) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Delete a tenant by name (from the management tenant) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_disableApplication.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_disableApplication.md index 7d43094d2..6a9124458 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_disableApplication.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_disableApplication.md @@ -34,6 +34,8 @@ Disable an application of a tenant by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Disable an application of a tenant by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_enableApplication.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_enableApplication.md index 9e6caa858..943a70601 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_enableApplication.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_enableApplication.md @@ -34,6 +34,8 @@ Enable an application of a tenant by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Enable an application of a tenant by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_get.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_get.md index b451289db..d99de0804 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_get.md @@ -32,6 +32,8 @@ Get a tenant by name (from the management tenant) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a tenant by name (from the management tenant) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_list.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_list.md index bc6a82426..029e39308 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_list.md @@ -31,6 +31,8 @@ Get a list of tenants ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of tenants -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_listReferences.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_listReferences.md index af6c1a149..284e73c24 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_listReferences.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_listReferences.md @@ -32,6 +32,8 @@ Get a list of referenced applications on a given tenant (from management tenant) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of referenced applications on a given tenant (from management tenant) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_update.md b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_update.md index 4387fe2dd..c870ec520 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenants/c8y_tenants_update.md @@ -42,6 +42,8 @@ Update a tenant by name (from the management tenant) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update a tenant by name (from the management tenant) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics.md b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics.md index 6af4afe94..cafa64f2c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity tenant statistics ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity tenant statistics -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_list.md b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_list.md index 37411a466..8ea95c85b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_list.md @@ -39,6 +39,8 @@ Get tenant statistics collection for the day before yesterday ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Get tenant statistics collection for the day before yesterday -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryAllTenants.md b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryAllTenants.md index cbb22888e..5c59f134c 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryAllTenants.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryAllTenants.md @@ -39,6 +39,8 @@ Get tenant summary statistics collection for the last 10 days, only return until ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Get tenant summary statistics collection for the last 10 days, only return until -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryForTenant.md b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryForTenant.md index 4bfd1dbe1..79b3601a4 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryForTenant.md +++ b/docs/go-c8y-cli/docs/cli/c8y/tenantstatistics/c8y_tenantstatistics_listSummaryForTenant.md @@ -39,6 +39,8 @@ Get tenant summary statistics collection for the last 10 days, only return until ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -55,9 +57,11 @@ Get tenant summary statistics collection for the last 10 days, only return until -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups.md index eff2c097c..66f909728 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity user groups ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity user groups -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_create.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_create.md index 11c77ae2e..9536afdcd 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_create.md @@ -38,6 +38,8 @@ Create a user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Create a user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_delete.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_delete.md index 595f37c97..ebf05c993 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_delete.md @@ -34,6 +34,8 @@ Delete a user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -50,9 +52,11 @@ Delete a user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_get.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_get.md index 25fb84f06..0f9515996 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_get.md @@ -33,6 +33,8 @@ Get a user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_getByName.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_getByName.md index 691faaa4d..592f1262a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_getByName.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_getByName.md @@ -33,6 +33,8 @@ Get user group by its name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get user group by its name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_list.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_list.md index f5efd3d51..6cfc128a5 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_list.md @@ -32,6 +32,8 @@ Get a list of user groups for the current tenant ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get a list of user groups for the current tenant -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_update.md b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_update.md index fa809a88d..b0efb0555 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/usergroups/c8y_usergroups_update.md @@ -35,6 +35,8 @@ Update a user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Update a user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences.md b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences.md index 77038194a..27ad08bdd 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity user references ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity user references -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_addUserToGroup.md b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_addUserToGroup.md index 2c4bb4665..f460da3f7 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_addUserToGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_addUserToGroup.md @@ -41,6 +41,8 @@ Add a list of users to business and admins group (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -57,9 +59,11 @@ Add a list of users to business and admins group (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_deleteUserFromGroup.md b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_deleteUserFromGroup.md index f309d8b96..9b9f5c0df 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_deleteUserFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_deleteUserFromGroup.md @@ -38,6 +38,8 @@ Delete a user from a user group (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -54,9 +56,11 @@ Delete a user from a user group (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_listGroupMembership.md b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_listGroupMembership.md index 88edabc33..a702f4273 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_listGroupMembership.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userreferences/c8y_userreferences_listGroupMembership.md @@ -36,6 +36,8 @@ List users in user groups (using pipeline) ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ List users in user groups (using pipeline) -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles.md index 4f4947ac1..08656b8cb 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity user roles ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity user roles -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToGroup.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToGroup.md index bb32a900b..6b6439abd 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToGroup.md @@ -35,6 +35,8 @@ Add a role to the admin group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Add a role to the admin group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToUser.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToUser.md index 39b9ab240..b44a14c63 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToUser.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_addRoleToUser.md @@ -35,6 +35,8 @@ Add a role (ROLE_ALARM_READ) to a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Add a role (ROLE_ALARM_READ) to a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromGroup.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromGroup.md index ccefd0c78..775b9e2ce 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromGroup.md @@ -35,6 +35,8 @@ Remove a role from the given user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Remove a role from the given user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromUser.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromUser.md index d0a3ed1f7..37c025b9f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromUser.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_deleteRoleFromUser.md @@ -35,6 +35,8 @@ Remove a role from the given user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Remove a role from the given user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromGroup.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromGroup.md index 38e29a1c4..c5bd759df 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromGroup.md @@ -33,6 +33,8 @@ Get a list of role references for a user group ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a list of role references for a user group -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromUser.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromUser.md index cdb3a08e6..a18084abb 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromUser.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_getRoleReferenceCollectionFromUser.md @@ -33,6 +33,8 @@ Get a list of role references for a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a list of role references for a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_list.md b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_list.md index e12bf1bb5..775bffc72 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/userroles/c8y_userroles_list.md @@ -31,6 +31,8 @@ Get a list of roles ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get a list of roles -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users.md index 5c031554f..5cdab86d6 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users.md @@ -19,6 +19,8 @@ REST endpoint to interact with Cumulocity users ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ REST endpoint to interact with Cumulocity users -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_create.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_create.md index ee4593877..c02b0d128 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_create.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_create.md @@ -44,6 +44,8 @@ Create a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -60,9 +62,11 @@ Create a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_delete.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_delete.md index cde24cad2..cc7b58113 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_delete.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_delete.md @@ -36,6 +36,8 @@ Delete a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Delete a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_get.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_get.md index 0f0066add..fb2bf629a 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_get.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_get.md @@ -33,6 +33,8 @@ Get a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getInventoryRole.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getInventoryRole.md index 8731e9536..4326fc3fc 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getInventoryRole.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getInventoryRole.md @@ -32,6 +32,8 @@ Get an inventory role ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -48,9 +50,11 @@ Get an inventory role -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getUserByName.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getUserByName.md index a0afd8616..9cdefcf69 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getUserByName.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_getUserByName.md @@ -33,6 +33,8 @@ Get a user by name ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a user by name -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_list.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_list.md index 3080545b3..3a4bbb864 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_list.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_list.md @@ -40,6 +40,8 @@ Get a list of users ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -56,9 +58,11 @@ Get a list of users -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listInventoryRoles.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listInventoryRoles.md index 2dccd2abd..26f789d3d 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listInventoryRoles.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listInventoryRoles.md @@ -31,6 +31,8 @@ Get list of inventory roles ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -47,9 +49,11 @@ Get list of inventory roles -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listUserMembership.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listUserMembership.md index ef377254a..c336f2771 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listUserMembership.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_listUserMembership.md @@ -33,6 +33,8 @@ Get a list of groups that a user belongs to ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -49,9 +51,11 @@ Get a list of groups that a user belongs to -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_resetUserPassword.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_resetUserPassword.md index 9b0bbe576..cf44261fa 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_resetUserPassword.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_resetUserPassword.md @@ -35,6 +35,8 @@ Update a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -51,9 +53,11 @@ Update a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_update.md b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_update.md index f6fff0b5c..2eac41e69 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_update.md +++ b/docs/go-c8y-cli/docs/cli/c8y/users/c8y_users_update.md @@ -42,6 +42,8 @@ Update a user ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -58,9 +60,11 @@ Update a user -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util.md b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util.md index a1e2b2788..72bb30663 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util.md +++ b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util.md @@ -19,6 +19,8 @@ General utilities for combining with other c8y commands ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -35,9 +37,11 @@ General utilities for combining with other c8y commands -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_repeat.md b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_repeat.md index 6163673bd..38ff2ed4f 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_repeat.md +++ b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_repeat.md @@ -66,6 +66,8 @@ Create 10 events for the same device and use a random delay between 1000ms and 1 ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -82,9 +84,11 @@ Create 10 events for the same device and use a random delay between 1000ms and 1 -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_show.md b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_show.md index 24071f185..f2fc4603b 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_show.md +++ b/docs/go-c8y-cli/docs/cli/c8y/util/c8y_util_show.md @@ -36,6 +36,8 @@ Save a devices list to file, then process the file in a second step and convert ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -52,9 +54,11 @@ Save a devices list to file, then process the file in a second step and convert -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/c8y/version/c8y_version.md b/docs/go-c8y-cli/docs/cli/c8y/version/c8y_version.md index 93be1dd48..16e3cad9e 100644 --- a/docs/go-c8y-cli/docs/cli/c8y/version/c8y_version.md +++ b/docs/go-c8y-cli/docs/cli/c8y/version/c8y_version.md @@ -23,6 +23,8 @@ c8y version [flags] ``` --abortOnErrors int Abort batch when reaching specified number of errors (default 10) --allowEmptyPipe Don't fail when piped input is empty (stdin) + --cache Enable cached responses + --cacheTTL string Cache time-to-live (TTL) as a duration, i.e. 60s, 2m (default "60s") -c, --compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal --confirm Prompt for confirmation --confirmText string Custom confirmation text @@ -39,9 +41,11 @@ c8y version [flags] -f, --force Do not prompt for confirmation. Ignored when using --confirm -H, --header strings custom headers. i.e. --header "Accept: value, AnotherHeader: myvalue" --includeAll Include all results by iterating through each page + -k, --insecure Allow insecure server connections when using SSL -l, --logMessage string Add custom message to the activity log --maxJobs int Maximum number of jobs. 0 = unlimited (use with caution!) --noAccept Ignore Accept header will remove the Accept header from requests, however PUT and POST requests will only see the effect + --noCache Force disabling of cached responses (overwrites cache setting) -M, --noColor Don't use colors when displaying log entries on the console --noLog Disables the activity log for the current command --noProxy Ignore the proxy settings diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-Agent.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-Agent.md index f1fd05454..17c8a9e10 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-Agent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-Agent.md @@ -35,6 +35,10 @@ Get-Agent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-AgentCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-AgentCollection.md index 070bc7cea..754642dd5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-AgentCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Get-AgentCollection.md @@ -45,6 +45,10 @@ Get-AgentCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -233,6 +237,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -470,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -501,6 +551,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-Agent.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-Agent.md index 4bb9b6dbd..6f66398de 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-Agent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-Agent.md @@ -42,6 +42,10 @@ New-Agent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -164,6 +168,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -404,6 +439,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -450,6 +500,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-TestAgent.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-TestAgent.md index 535e79482..6e62a227c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-TestAgent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/New-TestAgent.md @@ -40,6 +40,10 @@ New-TestAgent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -386,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -432,6 +482,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Remove-Agent.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Remove-Agent.md index 9615fe954..6696918e4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Remove-Agent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Remove-Agent.md @@ -40,6 +40,10 @@ Remove-Agent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -186,6 +190,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Update-Agent.md b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Update-Agent.md index 00e6b035e..142a324f4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Agents/Update-Agent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Agents/Update-Agent.md @@ -42,6 +42,10 @@ Update-Agent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-Alarm.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-Alarm.md index fcbe2d794..c64263a98 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-Alarm.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-Alarm.md @@ -35,6 +35,10 @@ Get-Alarm [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-AlarmCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-AlarmCollection.md index 2e632c5d3..1b5071bbd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-AlarmCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Get-AlarmCollection.md @@ -48,6 +48,10 @@ Get-AlarmCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -282,6 +286,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -519,6 +554,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -550,6 +600,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-Alarm.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-Alarm.md index e2275f0dd..65b8b6e3f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-Alarm.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-Alarm.md @@ -46,6 +46,10 @@ New-Alarm [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -231,6 +235,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -471,6 +506,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -517,6 +567,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-TestAlarm.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-TestAlarm.md index 4f1172e44..f4f5f7b5e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-TestAlarm.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-TestAlarm.md @@ -40,6 +40,10 @@ New-TestAlarm [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -148,6 +152,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -388,6 +423,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -434,6 +484,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Remove-AlarmCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Remove-AlarmCollection.md index e71eed43f..c0f43b9fe 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Remove-AlarmCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Remove-AlarmCollection.md @@ -46,6 +46,10 @@ Remove-AlarmCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -280,6 +284,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -503,6 +538,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -549,6 +599,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-Alarm.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-Alarm.md index bf63cd7af..60e300f62 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-Alarm.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-Alarm.md @@ -44,6 +44,10 @@ Update-Alarm [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -201,6 +205,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -441,6 +476,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -487,6 +537,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-AlarmCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-AlarmCollection.md index 69cf918eb..a1c392829 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-AlarmCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-AlarmCollection.md @@ -47,6 +47,10 @@ Update-AlarmCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -246,6 +250,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -486,6 +521,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -532,6 +582,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Watch-Alarm.md b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Watch-Alarm.md index 7aa18e0bc..a82590f4f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Watch-Alarm.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Alarms/Watch-Alarm.md @@ -38,6 +38,10 @@ Watch-Alarm [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -197,6 +201,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -404,6 +439,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -435,6 +485,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Copy-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Copy-Application.md index ecce6a6d7..1fbc983e9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Copy-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Copy-Application.md @@ -41,6 +41,10 @@ Copy-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -144,6 +148,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -384,6 +419,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -430,6 +480,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Disable-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Disable-Application.md index a4c18ab52..b39cbec84 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Disable-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Disable-Application.md @@ -39,6 +39,10 @@ Disable-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -153,6 +157,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -376,6 +411,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Enable-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Enable-Application.md index b4b6faf65..1725eb7e3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Enable-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Enable-Application.md @@ -42,6 +42,10 @@ Enable-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -156,6 +160,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -396,6 +431,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -442,6 +492,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-Application.md index 507dd5eb8..bf93b7220 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-Application.md @@ -35,6 +35,10 @@ Get-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationBinaryCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationBinaryCollection.md index c1fc41807..d43fcb639 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationBinaryCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationBinaryCollection.md @@ -40,6 +40,10 @@ Get-ApplicationBinaryCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -145,6 +149,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -382,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -413,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationCollection.md index 16075a5dd..7513c62aa 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationCollection.md @@ -40,6 +40,10 @@ Get-ApplicationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationReferenceCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationReferenceCollection.md index fa0d7007b..e1e35653f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationReferenceCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-ApplicationReferenceCollection.md @@ -40,6 +40,10 @@ Get-ApplicationReferenceCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplication.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplication.md index 5b0d2df7f..cce1aa65d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplication.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplication.md @@ -34,6 +34,10 @@ Get-CurrentApplication [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -117,6 +121,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -324,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -355,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplicationSubscription.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplicationSubscription.md index f5158e306..5c724f622 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplicationSubscription.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Get-CurrentApplicationSubscription.md @@ -39,6 +39,10 @@ Get-CurrentApplicationSubscription [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-Application.md index 598d6957c..f52cac593 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-Application.md @@ -49,6 +49,10 @@ New-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -272,6 +276,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -512,6 +547,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -558,6 +608,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-ApplicationBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-ApplicationBinary.md index 6527286fb..dd733c8fd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-ApplicationBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-ApplicationBinary.md @@ -42,6 +42,10 @@ New-ApplicationBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -159,6 +163,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -399,6 +434,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -445,6 +495,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-HostedApplication.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-HostedApplication.md index f6dea2d98..5f538369f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-HostedApplication.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/New-HostedApplication.md @@ -48,6 +48,10 @@ New-HostedApplication [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -257,6 +261,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -497,6 +532,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -543,6 +593,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-Application.md index f7e4ed765..f1a0d6491 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-Application.md @@ -38,6 +38,10 @@ Remove-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -143,6 +147,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -366,6 +401,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -412,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-ApplicationBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-ApplicationBinary.md index 7c0ad1d4b..d600abb0f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-ApplicationBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Remove-ApplicationBinary.md @@ -39,6 +39,10 @@ Remove-ApplicationBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -160,6 +164,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -429,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-Application.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-Application.md index 5dbe36dca..20b325f8a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-Application.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-Application.md @@ -49,6 +49,10 @@ Update-Application [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -268,6 +272,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -508,6 +543,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -554,6 +604,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-CurrentApplication.md b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-CurrentApplication.md index 4f9648b3e..7acac1917 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-CurrentApplication.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Applications/Update-CurrentApplication.md @@ -48,6 +48,10 @@ Update-CurrentApplication [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -251,6 +255,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -491,6 +526,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -537,6 +587,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Add-AssetToGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Add-AssetToGroup.md index 1f2e2ce5c..d564792c0 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Add-AssetToGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Add-AssetToGroup.md @@ -43,6 +43,10 @@ Add-AssetToGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetCollection.md index b6e333928..3bf90cd12 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetCollection.md @@ -40,6 +40,10 @@ Get-ChildAssetCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -139,6 +143,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -376,6 +411,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -407,6 +457,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetReference.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetReference.md index d8b4034a7..5662b08cf 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetReference.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-ChildAssetReference.md @@ -36,6 +36,10 @@ Get-ChildAssetReference [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceChildAssetCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceChildAssetCollection.md index 6a2519e1a..cabdda130 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceChildAssetCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceChildAssetCollection.md @@ -40,6 +40,10 @@ Get-DeviceChildAssetCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -414,6 +464,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceGroupChildAssetCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceGroupChildAssetCollection.md index 7cea79a15..f442b886a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceGroupChildAssetCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Get-DeviceGroupChildAssetCollection.md @@ -40,6 +40,10 @@ Get-DeviceGroupChildAssetCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -414,6 +464,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Remove-Asset.md b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Remove-Asset.md index c5c2e903e..ddebcb5bc 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Assets/Remove-Asset.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Assets/Remove-Asset.md @@ -39,6 +39,10 @@ Remove-Asset [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecord.md b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecord.md index 9d42c525d..776587860 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecord.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecord.md @@ -35,6 +35,10 @@ Get-AuditRecord [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecordCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecordCollection.md index 0d90692c2..a5ed6821e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecordCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/Get-AuditRecordCollection.md @@ -46,6 +46,10 @@ Get-AuditRecordCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -253,6 +257,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -490,6 +525,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -521,6 +571,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/New-AuditRecord.md b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/New-AuditRecord.md index b1c957c85..fbf00c3d2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/New-AuditRecord.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/AuditRecords/New-AuditRecord.md @@ -48,6 +48,10 @@ New-AuditRecord [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -252,6 +256,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -492,6 +527,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -538,6 +588,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-Binary.md b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-Binary.md index 83f66baff..39509e669 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-Binary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-Binary.md @@ -35,6 +35,10 @@ Get-Binary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -141,6 +145,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -348,6 +383,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -379,6 +429,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-BinaryCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-BinaryCollection.md index 4a788fa41..d736f0536 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-BinaryCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Get-BinaryCollection.md @@ -39,6 +39,10 @@ Get-BinaryCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -123,6 +127,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -360,6 +395,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -391,6 +441,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/New-Binary.md b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/New-Binary.md index d53b39ea9..e7935345d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/New-Binary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/New-Binary.md @@ -42,6 +42,10 @@ New-Binary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -403,6 +438,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -449,6 +499,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Remove-Binary.md b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Remove-Binary.md index 62fc04eb3..fc29795c6 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Remove-Binary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Remove-Binary.md @@ -38,6 +38,10 @@ Remove-Binary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -137,6 +141,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -360,6 +395,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Update-Binary.md b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Update-Binary.md index 71a750ce2..196da3655 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Update-Binary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Binaries/Update-Binary.md @@ -42,6 +42,10 @@ Update-Binary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Client Helpers/Invoke-ClientRequest.md b/docs/go-c8y-cli/docs/cli/psc8y/Client Helpers/Invoke-ClientRequest.md index 8059a7b5b..cb52fd819 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Client Helpers/Invoke-ClientRequest.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Client Helpers/Invoke-ClientRequest.md @@ -48,6 +48,10 @@ Invoke-ClientRequest [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -308,6 +312,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -548,6 +583,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -594,6 +644,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-Configuration.md b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-Configuration.md index 085539d67..b20dc7cf9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-Configuration.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-Configuration.md @@ -35,6 +35,10 @@ Get-Configuration [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-ConfigurationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-ConfigurationCollection.md index 3b0b136fc..64c772384 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-ConfigurationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Get-ConfigurationCollection.md @@ -42,6 +42,10 @@ Get-ConfigurationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -170,6 +174,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -407,6 +442,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -438,6 +488,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/New-Configuration.md b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/New-Configuration.md index 11971754c..8af714b33 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/New-Configuration.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/New-Configuration.md @@ -46,6 +46,10 @@ New-Configuration [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -220,6 +224,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -460,6 +495,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -506,6 +556,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Remove-Configuration.md b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Remove-Configuration.md index f6677e020..08460dafb 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Remove-Configuration.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Remove-Configuration.md @@ -39,6 +39,10 @@ Remove-Configuration [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -166,6 +170,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -389,6 +424,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -435,6 +485,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Update-Configuration.md b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Update-Configuration.md index cf65f0692..e91b7a978 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Update-Configuration.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Configuration/Update-Configuration.md @@ -47,6 +47,10 @@ Update-Configuration [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -243,6 +247,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -483,6 +518,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -529,6 +579,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnector.md b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnector.md index 6e4654f56..f8ba9a626 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnector.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnector.md @@ -35,6 +35,10 @@ Get-DataBrokerConnector [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnectorCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnectorCollection.md index d1dff06d6..945e84371 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnectorCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Get-DataBrokerConnectorCollection.md @@ -39,6 +39,10 @@ Get-DataBrokerConnectorCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Update-DataBrokerConnector.md b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Update-DataBrokerConnector.md index 4e96536e8..8560518e2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Update-DataBrokerConnector.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/DataBroker/Update-DataBrokerConnector.md @@ -42,6 +42,10 @@ Update-DataBrokerConnector [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-ChildDeviceToDevice.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-ChildDeviceToDevice.md index 5c556184c..47540d72a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-ChildDeviceToDevice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-ChildDeviceToDevice.md @@ -42,6 +42,10 @@ Add-ChildDeviceToDevice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -403,6 +438,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -449,6 +499,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-DeviceToGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-DeviceToGroup.md index bf9ad1728..090e44287 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-DeviceToGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-DeviceToGroup.md @@ -42,6 +42,10 @@ Add-DeviceToGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -412,6 +447,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -458,6 +508,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Approve-DeviceRequest.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Approve-DeviceRequest.md index 117d41363..e5e20e336 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Approve-DeviceRequest.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Approve-DeviceRequest.md @@ -42,6 +42,10 @@ Approve-DeviceRequest [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -156,6 +160,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -396,6 +431,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -442,6 +492,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceCollection.md index ef7621891..3de08334e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceCollection.md @@ -40,6 +40,10 @@ Get-ChildDeviceCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -414,6 +464,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceReference.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceReference.md index b6abb19a1..9e73ec565 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceReference.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-ChildDeviceReference.md @@ -36,6 +36,10 @@ Get-ChildDeviceReference [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-Device.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-Device.md index 4d44f94cd..186e849d4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-Device.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-Device.md @@ -35,6 +35,10 @@ Get-Device [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceCollection.md index f4284be25..c888f76af 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceCollection.md @@ -47,6 +47,10 @@ Get-DeviceCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -267,6 +271,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -504,6 +539,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -535,6 +585,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroup.md index bb84448e9..5e4b98f08 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroup.md @@ -35,6 +35,10 @@ Get-DeviceGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroupCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroupCollection.md index ef123ce89..e0d151385 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroupCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceGroupCollection.md @@ -46,6 +46,10 @@ Get-DeviceGroupCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -243,6 +247,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -480,6 +515,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -511,6 +561,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfile.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfile.md index 0d08065d2..a3a1cacd8 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfile.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfile.md @@ -35,6 +35,10 @@ Get-DeviceProfile [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfileCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfileCollection.md index 81ed4ae54..a98921d62 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfileCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceProfileCollection.md @@ -40,6 +40,10 @@ Get-DeviceProfileCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequest.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequest.md index 21ecca4a5..7539013b6 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequest.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequest.md @@ -35,6 +35,10 @@ Get-DeviceRequest [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequestCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequestCollection.md index b3084e343..7287b8de4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequestCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Get-DeviceRequestCollection.md @@ -39,6 +39,10 @@ Get-DeviceRequestCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-Device.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-Device.md index 76ba07c8d..90f3101d6 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-Device.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-Device.md @@ -42,6 +42,10 @@ New-Device [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceGroup.md index 37d145a14..4ac24238e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceGroup.md @@ -42,6 +42,10 @@ New-DeviceGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -403,6 +438,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -449,6 +499,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceProfile.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceProfile.md index 9e87d08c9..b62d4eeb7 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceProfile.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceProfile.md @@ -42,6 +42,10 @@ New-DeviceProfile [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -156,6 +160,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -396,6 +431,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -442,6 +492,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDevice.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDevice.md index efb0b8a7b..0a48794f9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDevice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDevice.md @@ -40,6 +40,10 @@ New-TestDevice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -148,6 +152,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -388,6 +423,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -434,6 +484,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDeviceGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDeviceGroup.md index ede86a688..9a67bd4c8 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDeviceGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/New-TestDeviceGroup.md @@ -43,6 +43,10 @@ New-TestDeviceGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -187,6 +191,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -427,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -473,6 +523,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Register-Device.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Register-Device.md index f094d5360..ffab36ec5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Register-Device.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Register-Device.md @@ -41,6 +41,10 @@ Register-Device [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -142,6 +146,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -382,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -428,6 +478,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-ChildDeviceFromDevice.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-ChildDeviceFromDevice.md index b1a499bf1..d2a61cc3c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-ChildDeviceFromDevice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-ChildDeviceFromDevice.md @@ -39,6 +39,10 @@ Remove-ChildDeviceFromDevice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-Device.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-Device.md index cd20d3931..3b35cbbc5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-Device.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-Device.md @@ -40,6 +40,10 @@ Remove-Device [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -185,6 +189,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -408,6 +443,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -454,6 +504,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceFromGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceFromGroup.md index 0a089f480..e2f60fb79 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceFromGroup.md @@ -39,6 +39,10 @@ Remove-DeviceFromGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceGroup.md index e9fac6f2d..e5eb28734 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceGroup.md @@ -39,6 +39,10 @@ Remove-DeviceGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -160,6 +164,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -429,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceProfile.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceProfile.md index 981a7bfb9..bb414b410 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceProfile.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceProfile.md @@ -38,6 +38,10 @@ Remove-DeviceProfile [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -143,6 +147,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -366,6 +401,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -412,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceRequest.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceRequest.md index 1fd9900c8..aafd9df9e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceRequest.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Remove-DeviceRequest.md @@ -38,6 +38,10 @@ Remove-DeviceRequest [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -136,6 +140,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -405,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Request-DeviceCredentials.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Request-DeviceCredentials.md index a369c60cf..2ea153772 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Request-DeviceCredentials.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Request-DeviceCredentials.md @@ -41,6 +41,10 @@ Request-DeviceCredentials [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -145,6 +149,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -385,6 +420,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -431,6 +481,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Set-DeviceRequiredAvailability.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Set-DeviceRequiredAvailability.md index 5b4a67869..c211198f9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Set-DeviceRequiredAvailability.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Set-DeviceRequiredAvailability.md @@ -42,6 +42,10 @@ Set-DeviceRequiredAvailability [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -168,6 +172,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -408,6 +443,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -454,6 +504,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-Device.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-Device.md index 0ded7e03d..e2d32c255 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-Device.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-Device.md @@ -42,6 +42,10 @@ Update-Device [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceGroup.md index 5bdd8724f..c3d75722a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceGroup.md @@ -42,6 +42,10 @@ Update-DeviceGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceProfile.md b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceProfile.md index 437196a50..0c66e6ff2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceProfile.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Devices/Update-DeviceProfile.md @@ -43,6 +43,10 @@ Update-DeviceProfile [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -179,6 +183,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -419,6 +454,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -465,6 +515,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-Event.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-Event.md index d0f69afcc..bfc57e52e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-Event.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-Event.md @@ -35,6 +35,10 @@ Get-Event [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventBinary.md index 699011416..e6c46bc86 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventBinary.md @@ -35,6 +35,10 @@ Get-EventBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventCollection.md index acc96b1b5..e3ecab3e5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Get-EventCollection.md @@ -45,6 +45,10 @@ Get-EventCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -233,6 +237,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -470,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -501,6 +551,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-Event.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-Event.md index f3969870b..f3a8f1eb8 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-Event.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-Event.md @@ -44,6 +44,10 @@ New-Event [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -195,6 +199,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -435,6 +470,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -481,6 +531,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-EventBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-EventBinary.md index 03d97a4de..2dcd5d036 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-EventBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-EventBinary.md @@ -42,6 +42,10 @@ New-EventBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-TestEvent.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-TestEvent.md index d9a90c9dd..0a499e5cd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/New-TestEvent.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/New-TestEvent.md @@ -43,6 +43,10 @@ New-TestEvent [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -181,6 +185,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -421,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -467,6 +517,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-Event.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-Event.md index c734cc10b..a405362ba 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-Event.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-Event.md @@ -38,6 +38,10 @@ Remove-Event [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -151,6 +155,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -405,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventBinary.md index 06c4c4757..7d3dafbda 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventBinary.md @@ -38,6 +38,10 @@ Remove-EventBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -136,6 +140,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -405,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventCollection.md index d20e0e5ca..6ead07b9a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Remove-EventCollection.md @@ -43,6 +43,10 @@ Remove-EventCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -224,6 +228,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -447,6 +482,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -493,6 +543,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-Event.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-Event.md index 1fa53285f..3869fff96 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-Event.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-Event.md @@ -42,6 +42,10 @@ Update-Event [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -409,6 +444,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -455,6 +505,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-EventBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-EventBinary.md index 6a97153d2..ff3db7600 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-EventBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Events/Update-EventBinary.md @@ -42,6 +42,10 @@ Update-EventBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalId.md b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalId.md index 66faa47ce..3f986b66e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalId.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalId.md @@ -36,6 +36,10 @@ Get-ExternalId [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -150,6 +154,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -357,6 +392,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -388,6 +438,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalIdCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalIdCollection.md index 01fea3cae..fa19e2f2a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalIdCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Get-ExternalIdCollection.md @@ -40,6 +40,10 @@ Get-ExternalIdCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/New-ExternalId.md b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/New-ExternalId.md index d08dbcd97..f1aa76e6d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/New-ExternalId.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/New-ExternalId.md @@ -43,6 +43,10 @@ New-ExternalId [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -180,6 +184,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -420,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -466,6 +516,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Remove-ExternalId.md b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Remove-ExternalId.md index 59622522d..47b099a7e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Remove-ExternalId.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ExternalIdentity/Remove-ExternalId.md @@ -39,6 +39,10 @@ Remove-ExternalId [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -160,6 +164,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -429,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-Firmware.md b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-Firmware.md index e0ec95f6a..ef16b5c35 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-Firmware.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-Firmware.md @@ -35,6 +35,10 @@ Get-Firmware [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-FirmwareCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-FirmwareCollection.md index 1e60a0703..760e71694 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-FirmwareCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Get-FirmwareCollection.md @@ -42,6 +42,10 @@ Get-FirmwareCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -170,6 +174,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -407,6 +442,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -438,6 +488,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/New-Firmware.md b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/New-Firmware.md index e75b7f1ca..95476487d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/New-Firmware.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/New-Firmware.md @@ -43,6 +43,10 @@ New-Firmware [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -412,6 +447,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -458,6 +508,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Remove-Firmware.md b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Remove-Firmware.md index f1be81e27..fcbef869b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Remove-Firmware.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Remove-Firmware.md @@ -39,6 +39,10 @@ Remove-Firmware [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -166,6 +170,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -389,6 +424,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -435,6 +485,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Update-Firmware.md b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Update-Firmware.md index 0f5120faa..d7d31e53c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Update-Firmware.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Firmware/Update-Firmware.md @@ -44,6 +44,10 @@ Update-Firmware [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -195,6 +199,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -435,6 +470,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -481,6 +531,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatch.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatch.md index e5ddfd8b6..6dc5c0e93 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatch.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatch.md @@ -37,6 +37,10 @@ Get-FirmwarePatch [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -379,6 +414,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -410,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatchCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatchCollection.md index de9766ac9..95d1abddb 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatchCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Get-FirmwarePatchCollection.md @@ -42,6 +42,10 @@ Get-FirmwarePatchCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -177,6 +181,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -414,6 +449,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -445,6 +495,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/New-FirmwarePatch.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/New-FirmwarePatch.md index 2cf54dab6..711908343 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/New-FirmwarePatch.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/New-FirmwarePatch.md @@ -45,6 +45,10 @@ New-FirmwarePatch [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -204,6 +208,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -444,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -490,6 +540,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Remove-FirmwarePatch.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Remove-FirmwarePatch.md index d9db60a01..cc935431a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Remove-FirmwarePatch.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwarePatch/Remove-FirmwarePatch.md @@ -40,6 +40,10 @@ Remove-FirmwarePatch [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -182,6 +186,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -405,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -451,6 +501,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersion.md index 62608f9d9..5cb578e82 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersion.md @@ -37,6 +37,10 @@ Get-FirmwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -379,6 +414,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -410,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionBinary.md index 45aa75202..0caefca05 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionBinary.md @@ -35,6 +35,10 @@ Get-FirmwareVersionBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -141,6 +145,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -348,6 +383,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -379,6 +429,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionCollection.md index fca365680..1d02a520d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Get-FirmwareVersionCollection.md @@ -41,6 +41,10 @@ Get-FirmwareVersionCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Install-FirmwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Install-FirmwareVersion.md index e9bbea7fa..d7883f6c4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Install-FirmwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Install-FirmwareVersion.md @@ -44,6 +44,10 @@ Install-FirmwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -188,6 +192,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -428,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -474,6 +524,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/New-FirmwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/New-FirmwareVersion.md index d4937b8a8..f70f3b095 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/New-FirmwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/New-FirmwareVersion.md @@ -44,6 +44,10 @@ New-FirmwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -188,6 +192,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -428,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -474,6 +524,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Remove-FirmwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Remove-FirmwareVersion.md index 435b4ac50..063e19691 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Remove-FirmwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/FirmwareVersion/Remove-FirmwareVersion.md @@ -40,6 +40,10 @@ Remove-FirmwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -175,6 +179,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -398,6 +433,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -444,6 +494,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ByTextManagedObjectCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ByTextManagedObjectCollection.md index 0e117f33d..e2c9e0cb0 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ByTextManagedObjectCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ByTextManagedObjectCollection.md @@ -44,6 +44,10 @@ Find-ByTextManagedObjectCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -212,6 +216,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -449,6 +484,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -480,6 +530,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ManagedObjectCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ManagedObjectCollection.md index 1136b22e9..ff0819694 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ManagedObjectCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Find-ManagedObjectCollection.md @@ -44,6 +44,10 @@ Find-ManagedObjectCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -204,6 +208,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -441,6 +476,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -472,6 +522,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObject.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObject.md index 0c470cc78..2b2629005 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObject.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObject.md @@ -36,6 +36,10 @@ Get-ManagedObject [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -370,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -401,6 +451,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObjectCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObjectCollection.md index 0605f105d..b6b2941a5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObjectCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Get-ManagedObjectCollection.md @@ -45,6 +45,10 @@ Get-ManagedObjectCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -227,6 +231,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -464,6 +499,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -495,6 +545,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/New-ManagedObject.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/New-ManagedObject.md index d0ea406a7..7fca61025 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/New-ManagedObject.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/New-ManagedObject.md @@ -42,6 +42,10 @@ New-ManagedObject [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Remove-ManagedObject.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Remove-ManagedObject.md index 4b714438a..40353a6b3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Remove-ManagedObject.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Remove-ManagedObject.md @@ -41,6 +41,10 @@ Remove-ManagedObject [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -199,6 +203,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -422,6 +457,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -468,6 +518,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Update-ManagedObject.md b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Update-ManagedObject.md index 0eedd23b6..7fe46d96e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Update-ManagedObject.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/ManagedObjects/Update-ManagedObject.md @@ -42,6 +42,10 @@ Update-ManagedObject [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -162,6 +166,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -402,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -448,6 +498,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-Measurement.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-Measurement.md index f0b670fb8..be54d2b4b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-Measurement.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-Measurement.md @@ -35,6 +35,10 @@ Get-Measurement [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementCollection.md index 2071c5952..1100fa3bb 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementCollection.md @@ -50,6 +50,10 @@ Get-MeasurementCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -314,6 +318,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -551,6 +586,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -582,6 +632,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementSeries.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementSeries.md index 1549c5f24..b1ba28311 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementSeries.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-MeasurementSeries.md @@ -39,6 +39,10 @@ Get-MeasurementSeries [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -214,6 +218,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -421,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -452,6 +502,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedMeasurements.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedMeasurements.md index ec2e86921..ecb31f0b9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedMeasurements.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedMeasurements.md @@ -35,6 +35,10 @@ Get-SupportedMeasurements [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedSeries.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedSeries.md index 479d0d693..749edc7af 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedSeries.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Get-SupportedSeries.md @@ -35,6 +35,10 @@ Get-SupportedSeries [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-Measurement.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-Measurement.md index ee4b0354a..c2576f477 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-Measurement.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-Measurement.md @@ -43,6 +43,10 @@ New-Measurement [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -412,6 +447,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -458,6 +508,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-TestMeasurement.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-TestMeasurement.md index 4526064a8..3ba210f3e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-TestMeasurement.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/New-TestMeasurement.md @@ -40,6 +40,10 @@ New-TestMeasurement [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -148,6 +152,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -388,6 +423,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -434,6 +484,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-Measurement.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-Measurement.md index 5e3178e29..d7a2692b3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-Measurement.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-Measurement.md @@ -38,6 +38,10 @@ Remove-Measurement [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -136,6 +140,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -405,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-MeasurementCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-MeasurementCollection.md index 60e2dae3b..274f1b34c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-MeasurementCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Remove-MeasurementCollection.md @@ -42,6 +42,10 @@ Remove-MeasurementCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -200,6 +204,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -423,6 +458,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -469,6 +519,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Watch-Measurement.md b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Watch-Measurement.md index aacd80d60..7f0d54746 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Watch-Measurement.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Measurements/Watch-Measurement.md @@ -38,6 +38,10 @@ Watch-Measurement [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -183,6 +187,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -390,6 +425,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Disable-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Disable-Microservice.md index edf10bf16..fc42304b4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Disable-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Disable-Microservice.md @@ -39,6 +39,10 @@ Disable-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Enable-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Enable-Microservice.md index 3e6a2150f..7c4846f84 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Enable-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Enable-Microservice.md @@ -42,6 +42,10 @@ Enable-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-Microservice.md index fe0970f01..c777c2249 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-Microservice.md @@ -35,6 +35,10 @@ Get-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceBootstrapUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceBootstrapUser.md index a53f36de0..c856aee77 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceBootstrapUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceBootstrapUser.md @@ -35,6 +35,10 @@ Get-MicroserviceBootstrapUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -135,6 +139,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -342,6 +377,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -373,6 +423,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceCollection.md index b3e583f6e..777f6abb1 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceCollection.md @@ -40,6 +40,10 @@ Get-MicroserviceCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceStatus.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceStatus.md index e8f17a508..8339832aa 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceStatus.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Get-MicroserviceStatus.md @@ -35,6 +35,10 @@ Get-MicroserviceStatus [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-Microservice.md index 31c7db2ea..3edf8c73e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-Microservice.md @@ -46,6 +46,10 @@ New-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -287,6 +291,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -527,6 +562,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -573,6 +623,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-MicroserviceBinary.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-MicroserviceBinary.md index 44deabd56..b13d90f6d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-MicroserviceBinary.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/New-MicroserviceBinary.md @@ -42,6 +42,10 @@ New-MicroserviceBinary [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -160,6 +164,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -400,6 +435,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -446,6 +496,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Remove-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Remove-Microservice.md index 706f26696..f2237d80f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Remove-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Remove-Microservice.md @@ -38,6 +38,10 @@ Remove-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -143,6 +147,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -366,6 +401,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -412,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Update-Microservice.md b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Update-Microservice.md index 86ed9645d..9ac17f190 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Update-Microservice.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Microservices/Update-Microservice.md @@ -45,6 +45,10 @@ Update-Microservice [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -205,6 +209,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -445,6 +480,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -491,6 +541,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Add-ChildAddition.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Add-ChildAddition.md index 04f8f5673..9d1c6c502 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Add-ChildAddition.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Add-ChildAddition.md @@ -42,6 +42,10 @@ Add-ChildAddition [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ChildAdditionCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ChildAdditionCollection.md index cb156fd04..6c6d3ea64 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ChildAdditionCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ChildAdditionCollection.md @@ -40,6 +40,10 @@ Get-ChildAdditionCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -383,6 +418,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -414,6 +464,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ServiceUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ServiceUser.md index 7ffc339d4..7ba318ee0 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ServiceUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Get-ServiceUser.md @@ -40,6 +40,10 @@ Get-ServiceUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ChildAddition.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ChildAddition.md index 3e790aac3..75476a38c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ChildAddition.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ChildAddition.md @@ -42,6 +42,10 @@ New-ChildAddition [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -155,6 +159,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -395,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -441,6 +491,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ServiceUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ServiceUser.md index 7aae4f52f..b27cec05d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ServiceUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./New-ServiceUser.md @@ -41,6 +41,10 @@ New-ServiceUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -174,6 +178,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -414,6 +449,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -460,6 +510,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Remove-ChildAddition.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Remove-ChildAddition.md index 5567897fc..816961fa0 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Remove-ChildAddition.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Remove-ChildAddition.md @@ -39,6 +39,10 @@ Remove-ChildAddition [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-Notification.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-Notification.md index 46ea8ed10..c794a633a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-Notification.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-Notification.md @@ -38,6 +38,10 @@ Watch-Notification [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -183,6 +187,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -390,6 +425,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-NotificationChannel.md b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-NotificationChannel.md index 4143fa876..fdfbaa684 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-NotificationChannel.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Misc./Watch-NotificationChannel.md @@ -38,6 +38,10 @@ Watch-NotificationChannel [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -183,6 +187,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -390,6 +425,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperation.md index 9abc3b8a9..ea64bfdae 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperation.md @@ -35,6 +35,10 @@ Get-BulkOperation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationCollection.md index 087750595..b58824e80 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationCollection.md @@ -43,6 +43,10 @@ Get-BulkOperationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -200,6 +204,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -437,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -468,6 +518,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationOperationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationOperationCollection.md index a1a9a2e6d..3f29bdd91 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationOperationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-BulkOperationOperationCollection.md @@ -44,6 +44,10 @@ Get-BulkOperationOperationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -218,6 +222,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -455,6 +490,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -486,6 +536,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-Operation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-Operation.md index 915dac6aa..2ab0b02f9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-Operation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-Operation.md @@ -35,6 +35,10 @@ Get-Operation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-OperationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-OperationCollection.md index 314cd8c8f..3206a7f54 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-OperationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Get-OperationCollection.md @@ -47,6 +47,10 @@ Get-OperationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -275,6 +279,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -512,6 +547,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -543,6 +593,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-BulkOperation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-BulkOperation.md index 344c0eed3..01db6f5a2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-BulkOperation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-BulkOperation.md @@ -44,6 +44,10 @@ New-BulkOperation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -195,6 +199,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -435,6 +470,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -481,6 +531,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-Operation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-Operation.md index 0b1b2ae0c..d0e10f32f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-Operation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-Operation.md @@ -42,6 +42,10 @@ New-Operation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -162,6 +166,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -402,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -448,6 +498,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-TestOperation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-TestOperation.md index debbcae89..ced529e05 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-TestOperation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/New-TestOperation.md @@ -41,6 +41,10 @@ New-TestOperation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -389,6 +424,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -435,6 +485,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-BulkOperation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-BulkOperation.md index 8188a8843..371e7ecf8 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-BulkOperation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-BulkOperation.md @@ -38,6 +38,10 @@ Remove-BulkOperation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -137,6 +141,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -360,6 +395,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-OperationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-OperationCollection.md index 8cc8bdf13..5adf94104 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-OperationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Remove-OperationCollection.md @@ -42,6 +42,10 @@ Remove-OperationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -202,6 +206,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -425,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -471,6 +521,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-BulkOperation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-BulkOperation.md index 146189690..fd874b22f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-BulkOperation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-BulkOperation.md @@ -42,6 +42,10 @@ Update-BulkOperation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -156,6 +160,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -396,6 +431,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -442,6 +492,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-Operation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-Operation.md index 31de991d6..ef3721253 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-Operation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Update-Operation.md @@ -43,6 +43,10 @@ Update-Operation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -181,6 +185,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -421,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -467,6 +517,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Wait-Operation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Wait-Operation.md index 780a45257..bb152e93e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Wait-Operation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Wait-Operation.md @@ -38,6 +38,10 @@ Wait-Operation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -179,6 +183,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -386,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -417,6 +467,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Watch-Operation.md b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Watch-Operation.md index 44df41ef0..215e483b1 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Operations/Watch-Operation.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Operations/Watch-Operation.md @@ -38,6 +38,10 @@ Watch-Operation [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -183,6 +187,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -390,6 +425,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRule.md b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRule.md index 46a28a474..0512a5a8a 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRule.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRule.md @@ -35,6 +35,10 @@ Get-RetentionRule [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRuleCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRuleCollection.md index a405e57da..a3ba86c82 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRuleCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Get-RetentionRuleCollection.md @@ -39,6 +39,10 @@ Get-RetentionRuleCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/New-RetentionRule.md b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/New-RetentionRule.md index 3b2693ba7..19036a01e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/New-RetentionRule.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/New-RetentionRule.md @@ -46,6 +46,10 @@ New-RetentionRule [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -220,6 +224,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -460,6 +495,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -506,6 +556,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Remove-RetentionRule.md b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Remove-RetentionRule.md index 8da14613b..db1bd8487 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Remove-RetentionRule.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Remove-RetentionRule.md @@ -38,6 +38,10 @@ Remove-RetentionRule [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -143,6 +147,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -366,6 +401,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -412,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Update-RetentionRule.md b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Update-RetentionRule.md index 38876fcb9..40f326579 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Update-RetentionRule.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/RetentionRules/Update-RetentionRule.md @@ -47,6 +47,10 @@ Update-RetentionRule [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -244,6 +248,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -484,6 +519,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -530,6 +580,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToGroup.md index bb9b87af4..c0bd25f77 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToGroup.md @@ -43,6 +43,10 @@ Add-RoleToGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -178,6 +182,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -418,6 +453,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -464,6 +514,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToUser.md index 5097fa83f..8b874a4cd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Add-RoleToUser.md @@ -43,6 +43,10 @@ Add-RoleToUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -185,6 +189,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -425,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -471,6 +521,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRole.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRole.md index 3f08501a6..c8fb72751 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRole.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRole.md @@ -35,6 +35,10 @@ Get-InventoryRole [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -134,6 +138,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -341,6 +376,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -372,6 +422,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRoleCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRoleCollection.md index dc0dfec24..9da750a0f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRoleCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-InventoryRoleCollection.md @@ -39,6 +39,10 @@ Get-InventoryRoleCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleCollection.md index 472b507bb..ae058abe3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleCollection.md @@ -39,6 +39,10 @@ Get-RoleCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromGroup.md index 01a148420..5d94c57e5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromGroup.md @@ -41,6 +41,10 @@ Get-RoleReferenceCollectionFromGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromUser.md index d46d872f9..eaff1f5f3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Get-RoleReferenceCollectionFromUser.md @@ -41,6 +41,10 @@ Get-RoleReferenceCollectionFromUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromGroup.md index 89ea5f6e3..0f8149c6d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromGroup.md @@ -40,6 +40,10 @@ Remove-RoleFromGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -169,6 +173,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -392,6 +427,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -438,6 +488,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromUser.md index a55398253..3dca9bc53 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Role/Remove-RoleFromUser.md @@ -40,6 +40,10 @@ Remove-RoleFromUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -168,6 +172,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -437,6 +487,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Sessions/Set-Session.md b/docs/go-c8y-cli/docs/cli/psc8y/Sessions/Set-Session.md index 8eef80969..fe86b74d3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Sessions/Set-Session.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Sessions/Set-Session.md @@ -37,6 +37,10 @@ Set-Session [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -191,6 +195,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -398,6 +433,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -429,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-Software.md b/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-Software.md index 8ff8efb3c..2fafc46b9 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-Software.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-Software.md @@ -35,6 +35,10 @@ Get-Software [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-SoftwareCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-SoftwareCollection.md index b14f75476..6c0e5ea05 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-SoftwareCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Software/Get-SoftwareCollection.md @@ -42,6 +42,10 @@ Get-SoftwareCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -170,6 +174,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -407,6 +442,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -438,6 +488,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Software/New-Software.md b/docs/go-c8y-cli/docs/cli/psc8y/Software/New-Software.md index 17bc50895..fd995c328 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Software/New-Software.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Software/New-Software.md @@ -43,6 +43,10 @@ New-Software [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -412,6 +447,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -458,6 +508,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Software/Remove-Software.md b/docs/go-c8y-cli/docs/cli/psc8y/Software/Remove-Software.md index 2dba527a9..d32867dfe 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Software/Remove-Software.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Software/Remove-Software.md @@ -39,6 +39,10 @@ Remove-Software [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -159,6 +163,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -382,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -428,6 +478,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Software/Update-Software.md b/docs/go-c8y-cli/docs/cli/psc8y/Software/Update-Software.md index 22937cd66..94089c68b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Software/Update-Software.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Software/Update-Software.md @@ -44,6 +44,10 @@ Update-Software [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -195,6 +199,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -435,6 +470,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -481,6 +531,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersion.md index 92841ade1..f96d3361c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersion.md @@ -37,6 +37,10 @@ Get-SoftwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -172,6 +176,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -379,6 +414,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -410,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersionCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersionCollection.md index ff9494d20..dfc7a974f 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersionCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Get-SoftwareVersionCollection.md @@ -41,6 +41,10 @@ Get-SoftwareVersionCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Install-SoftwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Install-SoftwareVersion.md index 61a2f307d..bc8befd3d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Install-SoftwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Install-SoftwareVersion.md @@ -46,6 +46,10 @@ Install-SoftwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -219,6 +223,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -459,6 +494,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -505,6 +555,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/New-SoftwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/New-SoftwareVersion.md index 7a9c75c59..ac150ebb7 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/New-SoftwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/New-SoftwareVersion.md @@ -44,6 +44,10 @@ New-SoftwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -188,6 +192,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -428,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -474,6 +524,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Remove-SoftwareVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Remove-SoftwareVersion.md index c1483c15e..a69a1e7d2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Remove-SoftwareVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/SoftwareVersion/Remove-SoftwareVersion.md @@ -44,6 +44,10 @@ Remove-SoftwareVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -187,6 +191,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -427,6 +462,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -473,6 +523,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOption.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOption.md index fd6dce467..a33498657 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOption.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOption.md @@ -36,6 +36,10 @@ Get-SystemOption [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOptionCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOptionCollection.md index eef0972a1..c00435538 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOptionCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-SystemOptionCollection.md @@ -39,6 +39,10 @@ Get-SystemOptionCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -124,6 +128,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -361,6 +396,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -392,6 +442,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOption.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOption.md index dc7ccdf3a..0ff5f2539 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOption.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOption.md @@ -36,6 +36,10 @@ Get-TenantOption [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionCollection.md index 68693138e..f97e9d1b0 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionCollection.md @@ -39,6 +39,10 @@ Get-TenantOptionCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionForCategory.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionForCategory.md index cb427f75c..aa3bf1ad4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionForCategory.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Get-TenantOptionForCategory.md @@ -40,6 +40,10 @@ Get-TenantOptionForCategory [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/New-TenantOption.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/New-TenantOption.md index 9ac99019f..10a85d80d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/New-TenantOption.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/New-TenantOption.md @@ -43,6 +43,10 @@ New-TenantOption [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Remove-TenantOption.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Remove-TenantOption.md index 91780436c..11ccfc8cd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Remove-TenantOption.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Remove-TenantOption.md @@ -39,6 +39,10 @@ Remove-TenantOption [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOption.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOption.md index 28d165a72..923d22b45 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOption.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOption.md @@ -43,6 +43,10 @@ Update-TenantOption [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionBulk.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionBulk.md index 74cc9fe65..08763ab74 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionBulk.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionBulk.md @@ -41,6 +41,10 @@ Update-TenantOptionBulk [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -139,6 +143,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -379,6 +414,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -425,6 +475,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionEditable.md b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionEditable.md index 1da81b7e3..04cb32bce 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionEditable.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/TenantOption/Update-TenantOptionEditable.md @@ -43,6 +43,10 @@ Update-TenantOptionEditable [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-AllTenantUsageSummaryStatistics.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-AllTenantUsageSummaryStatistics.md index 9c216b7ec..052f48851 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-AllTenantUsageSummaryStatistics.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-AllTenantUsageSummaryStatistics.md @@ -36,6 +36,10 @@ Get-AllTenantUsageSummaryStatistics [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -370,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -401,6 +451,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenant.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenant.md index e3d194b90..867546f3e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenant.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenant.md @@ -34,6 +34,10 @@ Get-CurrentTenant [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -117,6 +121,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -324,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -355,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenantApplicationCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenantApplicationCollection.md index 37edea7c4..4260f48e2 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenantApplicationCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-CurrentTenantApplicationCollection.md @@ -34,6 +34,10 @@ Get-CurrentTenantApplicationCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -117,6 +121,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -324,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -355,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-Tenant.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-Tenant.md index 7d35e4add..88fbf57a6 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-Tenant.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-Tenant.md @@ -35,6 +35,10 @@ Get-Tenant [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -133,6 +137,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -340,6 +375,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -371,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantCollection.md index e59ea8c19..44ae9399c 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantCollection.md @@ -39,6 +39,10 @@ Get-TenantCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -122,6 +126,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -390,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantStatisticsCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantStatisticsCollection.md index 4f1c093fd..68b452543 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantStatisticsCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantStatisticsCollection.md @@ -41,6 +41,10 @@ Get-TenantStatisticsCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -168,6 +172,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -405,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -436,6 +486,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantUsageSummaryStatistics.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantUsageSummaryStatistics.md index 68e441925..6d8205276 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantUsageSummaryStatistics.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantUsageSummaryStatistics.md @@ -36,6 +36,10 @@ Get-TenantUsageSummaryStatistics [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -163,6 +167,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -370,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -401,6 +451,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantVersion.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantVersion.md index a1f828348..c1067cd36 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantVersion.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Get-TenantVersion.md @@ -34,6 +34,10 @@ Get-TenantVersion [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -117,6 +121,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -324,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -355,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/New-Tenant.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/New-Tenant.md index 0d0b0e081..467ea66c5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/New-Tenant.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/New-Tenant.md @@ -47,6 +47,10 @@ New-Tenant [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -239,6 +243,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -479,6 +514,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -525,6 +575,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Remove-Tenant.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Remove-Tenant.md index ea0b0ff5e..37d4f9e91 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Remove-Tenant.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Remove-Tenant.md @@ -38,6 +38,10 @@ Remove-Tenant [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -136,6 +140,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -359,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -405,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Update-Tenant.md b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Update-Tenant.md index 5d90f495b..2f16f0743 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Update-Tenant.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Tenants/Update-Tenant.md @@ -47,6 +47,10 @@ Update-Tenant [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -237,6 +241,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -477,6 +512,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -523,6 +573,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Add-ChildGroupToGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Add-ChildGroupToGroup.md index 01eefc22f..b8954470d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Add-ChildGroupToGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Add-ChildGroupToGroup.md @@ -42,6 +42,10 @@ Add-ChildGroupToGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -165,6 +169,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -405,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -451,6 +501,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroup.md index 7fec59881..583e830e8 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroup.md @@ -35,6 +35,10 @@ Get-SmartGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -140,6 +144,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -347,6 +382,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -378,6 +428,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroupCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroupCollection.md index 166840400..b4756a1a5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroupCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Get-SmartGroupCollection.md @@ -49,6 +49,10 @@ Get-SmartGroupCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -292,6 +296,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -529,6 +564,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -560,6 +610,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-SmartGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-SmartGroup.md index cdb293474..4356f0592 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-SmartGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-SmartGroup.md @@ -43,6 +43,10 @@ New-SmartGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -188,6 +192,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -428,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -474,6 +524,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-TestSmartGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-TestSmartGroup.md index a24ee3c0e..5a7a01977 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-TestSmartGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/New-TestSmartGroup.md @@ -40,6 +40,10 @@ New-TestSmartGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -386,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -432,6 +482,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-GroupFromGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-GroupFromGroup.md index 5d0abc5dd..0564c28f3 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-GroupFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-GroupFromGroup.md @@ -39,6 +39,10 @@ Remove-GroupFromGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -152,6 +156,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -421,6 +471,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-SmartGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-SmartGroup.md index 2a58f8773..8efd39605 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-SmartGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Remove-SmartGroup.md @@ -38,6 +38,10 @@ Remove-SmartGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -144,6 +148,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -367,6 +402,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -413,6 +463,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Update-SmartGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Update-SmartGroup.md index a44b88bcd..f54763b7e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Update-SmartGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/User Groups/Update-SmartGroup.md @@ -43,6 +43,10 @@ Update-SmartGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -185,6 +189,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -425,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -471,6 +521,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Add-UserToGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Add-UserToGroup.md index d0d97a08e..3a6342db7 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Add-UserToGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Add-UserToGroup.md @@ -43,6 +43,10 @@ Add-UserToGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-CurrentUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-CurrentUser.md index 13090a18e..35fc5b10d 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-CurrentUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-CurrentUser.md @@ -34,6 +34,10 @@ Get-CurrentUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -117,6 +121,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -324,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -355,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-User.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-User.md index 99f743295..077406079 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-User.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-User.md @@ -36,6 +36,10 @@ Get-User [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserByName.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserByName.md index fe2a712af..83dde4ee4 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserByName.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserByName.md @@ -36,6 +36,10 @@ Get-UserByName [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserCollection.md index 3e72573ed..0d7819b22 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserCollection.md @@ -48,6 +48,10 @@ Get-UserCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -267,6 +271,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -504,6 +539,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -535,6 +585,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroup.md index fc2226d64..2d40d7071 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroup.md @@ -36,6 +36,10 @@ Get-UserGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupByName.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupByName.md index 9500cfe6e..803a8c354 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupByName.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupByName.md @@ -36,6 +36,10 @@ Get-UserGroupByName [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -149,6 +153,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -356,6 +391,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -387,6 +437,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupCollection.md index 172664b5f..b90e8f572 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupCollection.md @@ -40,6 +40,10 @@ Get-UserGroupCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -138,6 +142,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -375,6 +410,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -406,6 +456,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupMembershipCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupMembershipCollection.md index 83e689cdd..246229cdd 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupMembershipCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserGroupMembershipCollection.md @@ -41,6 +41,10 @@ Get-UserGroupMembershipCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -161,6 +165,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -398,6 +433,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -429,6 +479,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserMembershipCollection.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserMembershipCollection.md index 0b07e8fd3..2eaa3c024 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserMembershipCollection.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Get-UserMembershipCollection.md @@ -41,6 +41,10 @@ Get-UserMembershipCollection [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -422,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Invoke-UserLogout.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Invoke-UserLogout.md index 733fdad45..58e7388e7 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Invoke-UserLogout.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Invoke-UserLogout.md @@ -40,6 +40,10 @@ Invoke-UserLogout [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -124,6 +128,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -364,6 +399,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -410,6 +460,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUser.md index 00acff202..241f1986b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUser.md @@ -40,6 +40,10 @@ New-TestUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -146,6 +150,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -386,6 +421,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -432,6 +482,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUserGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUserGroup.md index df2b47977..f667da08b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUserGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-TestUserGroup.md @@ -41,6 +41,10 @@ New-TestUserGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -141,6 +145,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -381,6 +416,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -427,6 +477,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-User.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-User.md index 806b0a5e7..4c9fd2c9b 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-User.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-User.md @@ -50,6 +50,10 @@ New-User [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -287,6 +291,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -527,6 +562,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -573,6 +623,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-UserGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-UserGroup.md index 1a779fc62..23033c021 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/New-UserGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/New-UserGroup.md @@ -43,6 +43,10 @@ New-UserGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -171,6 +175,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -411,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -457,6 +507,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-User.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-User.md index acacb5ae0..dc5229cb6 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-User.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-User.md @@ -39,6 +39,10 @@ Remove-User [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -154,6 +158,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -377,6 +412,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -423,6 +473,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserFromGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserFromGroup.md index b70f794e5..edea389b5 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserFromGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserFromGroup.md @@ -40,6 +40,10 @@ Remove-UserFromGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -168,6 +172,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -391,6 +426,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -437,6 +487,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserGroup.md index bc6afb689..6d206dd79 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Remove-UserGroup.md @@ -39,6 +39,10 @@ Remove-UserGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -159,6 +163,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -382,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -428,6 +478,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Reset-UserPassword.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Reset-UserPassword.md index 0ca95d44f..84bc3dc5e 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Reset-UserPassword.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Reset-UserPassword.md @@ -43,6 +43,10 @@ Reset-UserPassword [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -180,6 +184,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -420,6 +455,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -466,6 +516,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-CurrentUser.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-CurrentUser.md index d0f146cf5..5fbc54be1 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-CurrentUser.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-CurrentUser.md @@ -46,6 +46,10 @@ Update-CurrentUser [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -222,6 +226,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -462,6 +497,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -508,6 +558,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-User.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-User.md index 09140366d..3e0bc1a61 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-User.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-User.md @@ -50,6 +50,10 @@ Update-User [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -286,6 +290,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -526,6 +561,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -572,6 +622,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console diff --git a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-UserGroup.md b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-UserGroup.md index a5f1c7d25..5247de744 100644 --- a/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-UserGroup.md +++ b/docs/go-c8y-cli/docs/cli/psc8y/Users/Update-UserGroup.md @@ -43,6 +43,10 @@ Update-UserGroup [-Flatten] [-Compact] [-NoColor] + [-Cache] + [-NoCache] + [-CacheTTL ] + [-Insecure] [-Help] [-Examples] [-Confirm] @@ -178,6 +182,37 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Cache +Enable cached responses + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CacheTTL +Cache time-to-live (TTL) as a duration, i.e. +60s, 2m + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Compact Compact instead of pretty-printed output when using json output. Pretty print is the default if output is the terminal @@ -418,6 +453,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Insecure +Allow insecure server connections when using SSL + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogMessage Add custom message to the activity log @@ -464,6 +514,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoCache +Force disabling of cached responses (overwrites cache setting) + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoColor Don't use colors when displaying log entries on the console