Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shorebird_cli): shorebird channels list #201

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

felangel
Copy link
Contributor

@felangel felangel commented Mar 29, 2023

Description

See all available channels for your application using the shorebird channels list command:

shorebird channels list

Sample

shorebird channels list
📱 App ID: 61fc9c16-3c4a-4825-a155-9765993614aa
📺 Channels
┌─────────────┐
│ Name        │
├─────────────┤
│ stable      │
├─────────────┤
│ development │
└─────────────┘

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the enhancement New feature or request label Mar 29, 2023
@felangel felangel requested review from eseidel and bryanoltman March 29, 2023 19:53
@felangel felangel self-assigned this Mar 29, 2023
@@ -11,6 +11,7 @@ environment:
dependencies:
archive: ^3.3.6
args: ^2.3.1
barbecue: ^0.4.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminds me that we will eventually care about providence of our dependencies. Not yet, but as an SDK that will produce binaries that run on millions (billions!) of devices we will need to care about our supply chain so we're not an eventual EventStream/Solarwinds.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup it's Apache 2.0 but we can always roll our own or use something else.

packages/shorebird_cli/README.md Outdated Show resolved Hide resolved
@felangel felangel merged commit 3dd9545 into main Mar 29, 2023
@felangel felangel deleted the feat/shorebird-cli-list-channels branch March 29, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants