Skip to content

Commit

Permalink
Update notice & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcinmarina committed Aug 28, 2023
1 parent 2adfd34 commit 0ab7dfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
15 changes: 3 additions & 12 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -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.
This product includes software developed by ConductorOne (https://www.conductorone.com/).
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ab7dfb

Please sign in to comment.