From 0ab7dfb61ed88b42a5b965bf8ac251990406eb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20Jak=C4=8Din?= Date: Mon, 28 Aug 2023 13:58:44 +0200 Subject: [PATCH] Update notice & readme --- NOTICE | 15 +++------------ README.md | 15 ++++++++------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/NOTICE b/NOTICE index 9777abe8..6a2a75d7 100644 --- a/NOTICE +++ b/NOTICE @@ -1,13 +1,4 @@ -Copyright 2023 ConductorOne Inc. +baton +Copyright 2023 ConductorOne, Inc. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file +This product includes software developed by ConductorOne (https://www.conductorone.com/). \ No newline at end of file diff --git a/README.md b/README.md index fa17ca46..0ebdfd94 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,14 @@ Available Commands: help Help about any command Flags: - --channel-ids []string IDs of additional Slack channels to sync ($BATON_CHANNEL_IDS) - -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z") - --token string The Access Token used to connect to the Slack API. ($BATON_TOKEN) - -h, --help help for baton-slack - --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json") - --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info") - -v, --version version for baton-slack + --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID) + --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET) + -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z") + -h, --help help for baton-slack + --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json") + --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info") + --token string The Slack access token used to connect to the Slack API. ($BATON_TOKEN) + -v, --version version for baton-slack Use "baton-slack [command] --help" for more information about a command.