Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rockymadden/slack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cloud-elements/slack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 25, 2018

  1. feat: Upgrade to CircleCI 2.0

    Project has been converted to use CircleCI 2.0, now that 1.0 is
    deprecated.
    travismcchesney committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    06f90ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from cloud-elements/circleci-2

    feat: Upgrade to CircleCI 2.0
    travismcchesney authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    05ef3d8 View commit details
    Browse the repository at this point in the history
  3. feat: add actions and fields to chat send

    One can now include `actions` and `fields` in a `chat send` action.
    Examples:
    * Fields:
    ```bash
    --fields=|--fields |-flds '{"title": "Environment", "value": "snapshot", "short": true}, {"title": "Foo", "value": "bar", "short": true}'
    ```
    * Actions:
    ```bash
    --actions=|--actions |-a '{"type": "button", "style": "primary", "text": "See results", "url": "http://example.com"},{"type": "button", "style": "primary", "text": "See something else", "url": "http://example.com"}'
    ```
    Provided values must be valid, comma-separated JSON objects.
    travismcchesney committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    1105117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baca20b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from cloud-elements/fields-and-actions

    feat: add actions and fields to chat send
    travismcchesney authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    b70489c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. feat: add set channel topic functionality

    The topic of any public or private channel can now be set using the
    `channel settopic` command.
    
    Example:
    ```bash
    $ slack channel settopic 'Awesome topic' '#general'
    ```
    travismcchesney committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    33622b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from cloud-elements/set-channel-topic

    feat: ability to set channel topic
    travismcchesney authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    fd8624e View commit details
    Browse the repository at this point in the history
Loading