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

fix: Update release feature branch #330

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
862cd76
chore: Refactor profiles usage to projects (#257)
Jun 3, 2021
c679ed8
chore: Store API Keys in Config File (#259)
Jun 21, 2021
981cad5
chore: CLI Profile Remove - Check and Use config file before checking…
ravali-rimmalapudi Jun 22, 2021
b71fb5e
chore: CLI Profile Update - Using config file instead of the system k…
ravali-rimmalapudi Jun 28, 2021
fb98a5d
chore: Update profiles list (#265)
ravali-rimmalapudi Jul 1, 2021
2ca3602
chore: Add profiles:port (#266)
Jul 6, 2021
ceb894c
chore: Throw alert when active profile is not set (#267)
ravali-rimmalapudi Jul 6, 2021
5e564e7
chore: change post install messaging behaviour (#269)
Jul 19, 2021
434ab51
feat: Added twilio config to list/set edge configuration (#270)
ravali-rimmalapudi Jul 20, 2021
fe51073
chore - Updated package.json to point to cli-core release candidate a…
ravali-rimmalapudi Jul 28, 2021
89cebb9
Updated the cli-core version.
ravali-rimmalapudi Jul 29, 2021
d97d98b
fix: Update release-feature-branch with main (#275)
ravali-rimmalapudi Jul 29, 2021
3198c89
Updated the cli-core package version with latest.
ravali-rimmalapudi Jul 29, 2021
8c1cd5d
[Librarian] Regenerated @ 54ad9271a294331f8d036e4a3fc173bb98ecdb82
twilio-dx Jul 29, 2021
639d609
Release 2.27.1-rc
twilio-dx Jul 29, 2021
fbb8fc9
chore: Fix autocomplete bugs (#274)
sr010 Jul 30, 2021
586d3fa
feat: add new flag support for config commands to force profile input…
kridai Aug 2, 2021
c9c3768
feature: Twilio update (#278)
sr010 Aug 12, 2021
cbee44c
Merge remote-tracking branch 'upstream/release-feature-branch' into r…
ravali-rimmalapudi Nov 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
**Messaging**
- Add brand_type field to a2p brand_registration api

[2021-07-29] Version 2.27.1-rc
------------------------------
**Library - Fix**
- [PR #275](https://github.com/twilio/twilio-cli/pull/275): Update release-feature-branch with main. Thanks to [@ravali-rimmalapudi](https://github.com/ravali-rimmalapudi)!


[2021-07-29] Version 2.27.0
---------------------------
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ Before you submit your pull request consider the following guidelines:
* `npm uninstall -g twilio-cli`
* `git clone https://github.com/twilio/twilio-cli-core.git`
* `cd twilio-cli-core`
* ``make clean install`
* `make clean install`
* `cd ..`
* `git clone https://github.com/twilio/twilio-cli.git`
* `cd twilio-cli`
* In `package.json` replace `"@twilio/cli-core": "<Version Number>"` with `"@twilio/cli-core": "file:../twilio-cli-core"`
* `make clean install`
* Test that everything is wired up correctuly with `./bin/run`
* Test that everything is wired up correctly with `./bin/run`

* Understanding the code base:
* The Twilio CLI utilizes the Open CLI Framework ([oclif](https://oclif.io/)). It may be useful to familiarize yourself with it, in particular, the [multi-command CLI](https://oclif.io/docs/multi).
Expand Down
Loading