Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jpullencs
/
code-push
Public
forked from
microsoft/code-push
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
code-push
cli
script
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 18, 2015
Add a release label example to the rollback help documentation
Richard Hua
committed
2e78cd8
View commit details
Copy full SHA for 2e78cd8
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Allow rollbacks to an arbitrary release label
Richard Hua
committed
7a71125
View commit details
Copy full SHA for 7a71125
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
Merge pull request #76 from Microsoft/rollback
Show description for 57fcf51
Richard Hua
committed
57fcf51
View commit details
Copy full SHA for 57fcf51
View code at this point
Browse repository at this point
Add confirmation dialogue to rollback command
Richard Hua
committed
a0803c5
View commit details
Copy full SHA for a0803c5
View code at this point
Browse repository at this point
Merge pull request #78 from Microsoft/upload-progress
Show description for 9eba8ad
shishirx34
committed
9eba8ad
View commit details
Copy full SHA for 9eba8ad
View code at this point
Browse repository at this point
Modify message to specify what was rolled back
Richard Hua
committed
e981943
View commit details
Copy full SHA for e981943
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
minor fixes
shishirx34
committed
fcae53c
View commit details
Copy full SHA for fcae53c
View code at this point
Browse repository at this point
move progress indicator to CLI, use commit with support for on progress event in superagent
shishirx34
committed
d2a8a56
View commit details
Copy full SHA for d2a8a56
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into rollback
Richard Hua
committed
bc46789
View commit details
Copy full SHA for bc46789
View code at this point
Browse repository at this point
Sort new fields/methods/types alphabetically
Richard Hua
committed
6a8513d
View commit details
Copy full SHA for 6a8513d
View code at this point
Browse repository at this point
fix to assign packageJson to pkg.
shishirx34
committed
c0cce6c
View commit details
Copy full SHA for c0cce6c
View code at this point
Browse repository at this point
Basic rollback implementation
Richard Hua
committed
b848508
View commit details
Copy full SHA for b848508
View code at this point
Browse repository at this point
fix return type
shishirx34
committed
6b992d9
View commit details
Copy full SHA for 6b992d9
View code at this point
Browse repository at this point
fix typing
shishirx34
committed
341db50
View commit details
Copy full SHA for 341db50
View code at this point
Browse repository at this point
Add update notifier library and support for npm cli update notification
shishirx34
committed
aee1661
View commit details
Copy full SHA for aee1661
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
Make .zip check case-insensitive
Richard Hua
committed
588f3f1
View commit details
Copy full SHA for 588f3f1
View code at this point
Browse repository at this point
Add user-agent field to all sdk/cli requests for tracking
Richard Hua
committed
5167237
View commit details
Copy full SHA for 5167237
View code at this point
Browse repository at this point
Reject releases where the folder or file has been pre-zipped
Richard Hua
committed
88c24bf
View commit details
Copy full SHA for 88c24bf
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Do not show Package column for newly created deployments
Richard Hua
committed
be0ce72
View commit details
Copy full SHA for be0ce72
View code at this point
Browse repository at this point
Show package history in chronological order
Show description for 47ab6d3
Richard Hua
committed
47ab6d3
View commit details
Copy full SHA for 47ab6d3
View code at this point
Browse repository at this point
Commits on Nov 24, 2015
Don't flatten deployment list if using format="json"
Richard Hua
committed
052a2de
View commit details
Copy full SHA for 052a2de
View code at this point
Browse repository at this point
Word wrap 'deployments' column of 'app list' command
Richard Hua
committed
1e9aea2
View commit details
Copy full SHA for 1e9aea2
View code at this point
Browse repository at this point
Sort deployments in deployment list case-insensitively
Richard Hua
committed
8baae70
View commit details
Copy full SHA for 8baae70
View code at this point
Browse repository at this point
Better error when releasing a non-semver compliant app store version
Richard Hua
committed
80022a4
View commit details
Copy full SHA for 80022a4
View code at this point
Browse repository at this point
Remove 'id' column of 'app list' command and add 'Deployments' column
Richard Hua
committed
50371db
View commit details
Copy full SHA for 50371db
View code at this point
Browse repository at this point
Tidy code and use map() instead where appropriate
Richard Hua
committed
825126a
View commit details
Copy full SHA for 825126a
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Tidy cli output
Richard Hua
committed
2da3bab
View commit details
Copy full SHA for 2da3bab
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
Enable registrations.
Show description for 800a722
Richard Hua
committed
800a722
View commit details
Copy full SHA for 800a722
View code at this point
Browse repository at this point
Adding extra carriage return
lostintangent
committed
cf99698
View commit details
Copy full SHA for cf99698
View code at this point
Browse repository at this point
Cleaning up the login/logout output messages
lostintangent
committed
1a06bf5
View commit details
Copy full SHA for 1a06bf5
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
Merging login/logout messages
lostintangent
committed
b0cf2bc
View commit details
Copy full SHA for b0cf2bc
View code at this point
Browse repository at this point
Update login message
lostintangent
committed
e3e629f
View commit details
Copy full SHA for e3e629f
View code at this point
Browse repository at this point
Updating output strings
lostintangent
committed
960f425
View commit details
Copy full SHA for 960f425
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
Change 'label' field of 'deployment history' command to be the default colour again
Richard Hua
committed
ce23ea6
View commit details
Copy full SHA for ce23ea6
View code at this point
Browse repository at this point
Code tidying
Richard Hua
committed
083b640
View commit details
Copy full SHA for 083b640
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.